update package.json.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2022-09-01 16:31:30 +00:00 committed by Gitee
parent 55da47be2e
commit 30e0b31cf4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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"
}
]