We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3899fc commit 21e9013Copy full SHA for 21e9013
1 file changed
package.json
@@ -7,5 +7,13 @@
7
"width": 960,
8
"height": 720
9
},
10
- "chromium-args": ""
+ "chromium-args": "",
11
+ "devDependencies": {
12
+ "nw-builder": "^3.5.0"
13
+ },
14
+ "scripts": {
15
+ "build:win": "npx nwbuild --platforms win64 --buildDir dist/win .",
16
+ "build:mac": "npx nwbuild --platforms osx64 --buildDir dist/mac .",
17
+ "build:linux": "npx nwbuild --platforms linux64 --buildDir dist/linux ."
18
+ }
19
}
0 commit comments