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