Use differentialPackage option for nsis
This commit is contained in:
parent
9fde097944
commit
519587450c
1 changed files with 2 additions and 1 deletions
|
@ -375,7 +375,8 @@
|
|||
]
|
||||
},
|
||||
"nsis": {
|
||||
"deleteAppDataOnUninstall": true
|
||||
"deleteAppDataOnUninstall": true,
|
||||
"differentialPackage": true
|
||||
},
|
||||
"linux": {
|
||||
"category": "Network;InstantMessaging;Chat",
|
||||
|
|
Loading…
Reference in a new issue