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