make nsis installer configurable
This commit is contained in:
parent
79d73e23c0
commit
8630f79b06
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue