Skip to content

Commit

Permalink
force clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShovel committed Aug 18, 2024
1 parent 23f7e17 commit 9b4f3fc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build-app.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
echo "Clearing"
clear
echo "Clearing packages"
rm -rf packager-app
rm -rf app/build
rm -rf linux-base
rm -rf windows-base
rm -rf penguinmod-linux.zip
rm -rf penguinmod-windows.zip
read -p "Do a clean install? (removes all existing dependencies and repos) (Y/N)" -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then
rm -rf penguinmod.github.io
fi
rm -rf penguinmod.github.io

echo "Downloading Electron - Linux"

Expand Down

0 comments on commit 9b4f3fc

Please sign in to comment.