electron packaging

This commit is contained in:
sawka
2022-10-31 16:41:44 -07:00
parent cd0a65f120
commit 7b11999d29
6 changed files with 530 additions and 48 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ node_modules/.bin/electron-rebuild
```bash
# @scripthaus command electron
# @scripthaus cd :playbook
node_modules/.bin/electron dist/emain-dev.js
SH_DEV=1 node_modules/.bin/electron dist/emain-dev.js
```
```bash