make nsis installer configurable
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user