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

View file

@ -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",