diff --git a/package.json b/package.json index a4ad2a2..4e2da58 100644 --- a/package.json +++ b/package.json @@ -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" } ]