update package.json.

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

View File

@ -49,9 +49,6 @@
],
"title": "wewechat ${version}"
},
"mac": {
"icon": "../resource/dock.icns"
},
"linux": {
"icon": "../resource",
"category": "Chat",
@ -62,22 +59,13 @@
"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": "riceneeder",
"provider": "gitee",
"owner": "spark-community-works-collections",
"repo": "weweChat"
}
]