Update build process

`npm run build` now generates a .app folder with the minimal run files
`npm run electron` now uses the .app contents as a base
deploy-dev.yml should upload just the .app folder after building (not tested yet)
This commit is contained in:
omuretsu
2023-01-10 20:51:14 -05:00
parent f266906f6f
commit 41451280ab
5 changed files with 22 additions and 11 deletions

3
.gitignore vendored
View File

@@ -12,7 +12,8 @@ Netburner.txt
/input/bitburner.api.json
.cypress
# tmp folder for electron
# tmp folder for build and electron
.app
.package
.build