Fix useZip
location in package.json
This commit is contained in:
parent
224bbe0e8b
commit
3399e0c823
1 changed files with 3 additions and 3 deletions
|
@ -369,11 +369,11 @@
|
||||||
],
|
],
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
],
|
]
|
||||||
"useZip": true
|
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"deleteAppDataOnUninstall": true
|
"deleteAppDataOnUninstall": true,
|
||||||
|
"useZip": true
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"category": "Network;InstantMessaging;Chat",
|
"category": "Network;InstantMessaging;Chat",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue