Fix `useZip` location in package.json

This commit is contained in:
Fedor Indutny 2022-03-08 09:21:37 -08:00 committed by GitHub
parent 224bbe0e8b
commit 3399e0c823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -369,11 +369,11 @@
],
"target": [
"nsis"
],
"useZip": true
]
},
"nsis": {
"deleteAppDataOnUninstall": true
"deleteAppDataOnUninstall": true,
"useZip": true
},
"linux": {
"category": "Network;InstantMessaging;Chat",