Skip to content

Commit

Permalink
Better explain that
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShovel committed Aug 18, 2024
1 parent b38fdaa commit 1c8eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c8eee7

Please # to comment.