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