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

View File

@@ -29,7 +29,7 @@ jobs:
- run: npm run build
- uses: actions/upload-pages-artifact@v1
with:
path: "."
path: ".app"
- name: Deploy to gh pages
id: deployment
uses: actions/deploy-pages@v1