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}"
|
"title": "wewechat ${version}"
|
||||||
},
|
},
|
||||||
|
"mac": {
|
||||||
|
"icon": "../resource/dock.icns"
|
||||||
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "../resource",
|
"icon": "../resource",
|
||||||
"category": "Chat",
|
"category": "Chat",
|
||||||
@ -59,13 +62,22 @@
|
|||||||
"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": "github",
|
||||||
"owner": "spark-community-works-collections",
|
"owner": "riceneeder",
|
||||||
"repo": "weweChat"
|
"repo": "weweChat"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user