mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
allow for custom install paths
This commit is contained in:
parent
04e980f3e3
commit
5145410f06
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"include": "build/installer.nsh"
|
"include": "build/installer.nsh",
|
||||||
|
"allowToChangeInstallationDirectory": true,
|
||||||
|
"license": "LICENSE",
|
||||||
|
"oneClick": false
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"!*",
|
"!*",
|
||||||
|
|
Loading…
Reference in a new issue