Skip to content

Commit

Permalink
[MOD] Electron packager command
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Mar 6, 2021
1 parent c30e7bc commit 89c76f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eject": "react-scripts eject",
"predeploy": "npm run build && cp build/index.html build/200.html",
"deploy": "surge build nts-web.oscarrc.me",
"postdeploy": "electron-packager electron/ nts-web --platform=win32 --overwrite --out=dist"
"postdeploy": "electron-packager electron/ nts-web --platform=win32 --arch=arm64 --arch=ia32 --arch=x64 --overwrite --out=dist"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 89c76f8

Please sign in to comment.