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.
1 parent 3916c4a commit 4dde2b2Copy full SHA for 4dde2b2
build/icon.ico
255 KB
package.json
@@ -7,11 +7,15 @@
7
"start": "electron main.js",
8
"build:mac": "electron-packager ./ WeFlow --platform=darwin --arch=x64 --icon=./assets/img/WeFlow.icns --overwrite --out ./dist/$npm_package_version --version=0.37.8",
9
"pack": "build --target dir",
10
- "dist": "rimraf dist && build"
+ "dist": "rimraf dist && build",
11
+ "dist:win64": "./node_modules/.bin/build --win --x64"
12
},
13
"build": {
14
"app-bundle-id": "com.weixin.weflow",
- "app-category-type": "publish.app-category.weflow-design"
15
+ "app-category-type": "publish.app-category.weflow-design",
16
+ "win": {
17
+ "iconUrl": "http://7xojg5.com1.z0.glb.clouddn.com/icon.ico"
18
+ }
19
20
"repository": {
21
"type": "git",
0 commit comments