Use zip compression for windows installer
This commit is contained in:
parent
4f53a41340
commit
16cd115530
1 changed files with 2 additions and 1 deletions
|
@ -369,7 +369,8 @@
|
||||||
],
|
],
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
]
|
],
|
||||||
|
"useZip": true
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"deleteAppDataOnUninstall": true
|
"deleteAppDataOnUninstall": true
|
||||||
|
|
Loading…
Reference in a new issue