Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShovel committed Aug 9, 2024
1 parent c26f300 commit ce90e2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@ rm -rf windows-base
rm -rf penguinmod-linux.zip
rm -rf penguinmod-windows.zip

echo "Downloading Electron - Linux"
#Getting the electron package from the PenguinMod servers
#Linux
curl --output linux.zip https://packagerdata.turbowarp.org/electron-v22.3.27-linux-x64.zip
unzip linux.zip -d linux-base
rm -rf linux.zip
rm -rf linux-base/resources/default_app.asar

echo "Downloading Electron - Windows"
#Windows
curl --output windows.zip https://packagerdata.turbowarp.org/electron-v22.3.27-win32-ia32.zip
unzip windows.zip -d windows-base
rm -rf windows.zip
rm -rf windows-base/resources/default_app.asar

echo "Downloading PenguinMod"
export NODE_OPTIONS=--openssl-legacy-provider
git clone https://github.com/PenguinMod/penguinmod.github.io.git
cd penguinmod.github.io
git pull
npm install --force
echo "Building PenguinMod"
npm run --silent build
sleep 5s
cp -R build ../app
Expand Down

0 comments on commit ce90e2e

Please sign in to comment.