0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-24 14:34:39 +03:00

fix deb build script

This commit is contained in:
Andrey Onishchenko 2024-01-31 23:20:07 +03:00
parent 639fe0a0cf
commit 84300c8c56

View File

@ -74,7 +74,7 @@ echo "Checking sha256"
echo "$exe_sha256 $TEMPDIR/$exe_name" | sha256sum -c echo "$exe_sha256 $TEMPDIR/$exe_name" | sha256sum -c
echo "Repaking $exe_name" echo "Repaking $exe_name"
./repack.sh -o "$TEMPDIR/app" "$TEMPDIR/$exe_name" sh repack.sh -o "$TEMPDIR/app" "$TEMPDIR/$exe_name"
#downloading electron binaries #downloading electron binaries
if [ $x64 -eq 1 ]; then if [ $x64 -eq 1 ]; then