make nsis installer configurable

This commit is contained in:
Vendicated 2023-04-05 04:20:02 +02:00
parent 79d73e23c0
commit 8630f79b06
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -31,7 +31,9 @@
"category": "Network" "category": "Network"
}, },
"nsis": { "nsis": {
"include": "build/installer.nsh" "include": "build/installer.nsh",
"oneClick": false,
"allowToChangeInstallationDirectory": true
}, },
"linux": { "linux": {
"category": "Network", "category": "Network",