mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
fix deb build script
This commit is contained in:
parent
639fe0a0cf
commit
84300c8c56
@ -74,7 +74,7 @@ echo "Checking sha256"
|
||||
echo "$exe_sha256 $TEMPDIR/$exe_name" | sha256sum -c
|
||||
|
||||
echo "Repaking $exe_name"
|
||||
./repack.sh -o "$TEMPDIR/app" "$TEMPDIR/$exe_name"
|
||||
sh repack.sh -o "$TEMPDIR/app" "$TEMPDIR/$exe_name"
|
||||
|
||||
#downloading electron binaries
|
||||
if [ $x64 -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user