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": [
|
||||
"nsis"
|
||||
],
|
||||
"useZip": true
|
||||
]
|
||||
},
|
||||
"nsis": {
|
||||
"deleteAppDataOnUninstall": true
|
||||
"deleteAppDataOnUninstall": true,
|
||||
"useZip": true
|
||||
},
|
||||
"linux": {
|
||||
"category": "Network;InstantMessaging;Chat",
|
||||
|
|
Loading…
Add table
Reference in a new issue