Update package-electron.sh

This commit is contained in:
Snarling
2023-03-01 00:50:53 -05:00
committed by GitHub
parent 26c7556091
commit 89baa19bbf

View File

@ -3,6 +3,8 @@
# Clear out any files remaining from old builds and recreate folder
rm -rf .package
mkdir .package
rm -rf .build
mkdir .build
# .app should have the fully built game already after npm run build
cp -r .app/* .package