diff --git a/build-app.sh b/build-app.sh index 1b3048e..4e5fad9 100755 --- a/build-app.sh +++ b/build-app.sh @@ -135,7 +135,7 @@ cp -R app linux-base/resources/ cp -R app windows-base/resources/ mv linux-base/electron linux-base/penguinmod-desktop mv windows-base/electron.exe windows-base/penguinmod-desktop.exe -read -p "Do you want to zip the packages? (Y/N)" -n 1 -r +read -p "Do you want to zip the Electron packages? (Y/N)" -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]] then