Skip to content

Commit

Permalink
[MOD] electron build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Jul 26, 2024
1 parent 1c9bfca commit c2dce5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"bubblewrap:build": "cd dist/android && bubblewrap build",
"bubblewrap:update": "bubblewrap update --manifest https://nts-web.oscarrc.me/manifest.webmanifest",
"electron:start": "concurrently -k \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000 && electronmon .\"",
"electron:build:win": "npm run build && electron-builder build -w --x64 --ia32",
"electron:build:linux": "npm run build && electron-builder build -l --x64"
"electron:build:win": "electron-builder build -w --x64 --ia32",
"electron:build:linux": "electron-builder build -l --x64"
},
"build": {
"appId": "me.oscarrc.nts_web.twa",
Expand Down

0 comments on commit c2dce5b

Please sign in to comment.