update package.json.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
f1ce7ad848
commit
5454152d42
16
package.json
16
package.json
@ -49,9 +49,6 @@
|
|||||||
],
|
],
|
||||||
"title": "wewechat ${version}"
|
"title": "wewechat ${version}"
|
||||||
},
|
},
|
||||||
"mac": {
|
|
||||||
"icon": "../resource/dock.icns"
|
|
||||||
},
|
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "../resource",
|
"icon": "../resource",
|
||||||
"category": "Chat",
|
"category": "Chat",
|
||||||
@ -62,22 +59,13 @@
|
|||||||
"AppImage"
|
"AppImage"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
|
||||||
"target": "nsis"
|
|
||||||
},
|
|
||||||
"nsis": {
|
|
||||||
"oneClick": false,
|
|
||||||
"allowToChangeInstallationDirectory": true,
|
|
||||||
"artifactName": "${productName}-${version}-${os}-${arch}-setup.${ext}",
|
|
||||||
"deleteAppDataOnUninstall": true
|
|
||||||
},
|
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "../release"
|
"output": "../release"
|
||||||
},
|
},
|
||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
"provider": "github",
|
"provider": "gitee",
|
||||||
"owner": "riceneeder",
|
"owner": "spark-community-works-collections",
|
||||||
"repo": "weweChat"
|
"repo": "weweChat"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user