Skip to content

Commit 21e9013

Browse files
committed
Update package.json
1 parent a3899fc commit 21e9013

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,13 @@
77
"width": 960,
88
"height": 720
99
},
10-
"chromium-args": ""
10+
"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+
}
1119
}

0 commit comments

Comments
 (0)