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"
|
||||
},
|
||||
"nsis": {
|
||||
"include": "build/installer.nsh"
|
||||
"include": "build/installer.nsh",
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true
|
||||
},
|
||||
"linux": {
|
||||
"category": "Network",
|
||||
|
|
Loading…
Reference in a new issue