We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc1563d + 6d5eae1 commit 7118b01Copy full SHA for 7118b01
package.json
@@ -12,7 +12,8 @@
12
"prod": "webpack --mode production --config ./webpack.production.js && electron --noDevServer .",
13
"server": "nodemon test-server/server.js",
14
"package-mac": "electron-builder build --x64 --mac",
15
- "package-all": "electron-builder build -mwl",
+ "package-all": "electron-builder build -mwl",
16
+ "package-win": "electron-builder build --x64 --win",
17
"package-linux": "electron-builder build --linux",
18
"gh-publish-mac": "electron-builder build --x64 --mac -p always",
19
"gh-publish": "electron-builder build -mwl -p always",
@@ -175,7 +176,7 @@
175
176
]
177
},
178
"win": {
- "target": "NSIS",
179
+ "target": "nsis",
180
"icon": "icon.ico"
181
182
"linux": {
test/subSuites/snapshot.png
-15.7 KB
0 commit comments