Add new windows build script

This commit is contained in:
JannisX11 2023-07-16 22:56:13 +02:00
parent 218d20eff0
commit 3cbc016eff

View File

@ -101,6 +101,7 @@
"dev": "electron .",
"dist": "electron-builder",
"beta": "electron-builder --windows portable",
"publish-windows": "electron-builder -w --publish=onTagOrDraft && node ./scripts/rename_portable.js && electron-builder --windows portable --publish=onTagOrDraft",
"pwa": "node ./scripts/generate_pwa.js",
"prepublish": "npm run bundle && npm run pwa",
"webapp": "git checkout gh-pages && git merge master && git push && git checkout master"