0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Update electron version for debian

This commit is contained in:
Andrey Onishchenko 2024-02-18 19:10:28 +03:00
parent 3c96f5f794
commit d3444b2e94

View File

@ -13,7 +13,7 @@ usage() {
download_electron_binary(){
arch=${1}
echo "Downloading electron ${arch}"
curl -L -o "${TEMPDIR}/electron-${arch}.zip" "https://github.com/electron/electron/releases/download/v27.3.0/electron-v27.3.0-linux-${arch}.zip"
curl -L -o "${TEMPDIR}/electron-${arch}.zip" "https://github.com/electron/electron/releases/download/v27.3.2/electron-v27.3.2-linux-${arch}.zip"
unzip -q "${TEMPDIR}/electron-${arch}.zip" -d "${TEMPDIR}/electron-${arch}"
}