allow for custom install paths

This commit is contained in:
smartfrigde 2023-07-31 15:12:10 +02:00
parent 04e980f3e3
commit 5145410f06
1 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,10 @@
},
"build": {
"nsis": {
"include": "build/installer.nsh"
"include": "build/installer.nsh",
"allowToChangeInstallationDirectory": true,
"license": "LICENSE",
"oneClick": false
},
"files": [
"!*",