Use differentialPackage option for nsis

This commit is contained in:
Fedor Indutny 2023-03-22 17:16:25 -07:00 committed by GitHub
parent 9fde097944
commit 519587450c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,7 +375,8 @@
] ]
}, },
"nsis": { "nsis": {
"deleteAppDataOnUninstall": true "deleteAppDataOnUninstall": true,
"differentialPackage": true
}, },
"linux": { "linux": {
"category": "Network;InstantMessaging;Chat", "category": "Network;InstantMessaging;Chat",