1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Allow for changing installation directory

Signed-off-by: Carl Reid <carl.reid@bestseller.com>
This commit is contained in:
Carl Reid 2021-01-18 12:01:44 +01:00 committed by Carl Reid
parent 080dab0b71
commit 7655103160

View File

@ -154,7 +154,9 @@
] ]
}, },
"nsis": { "nsis": {
"include": "build/installer.nsh" "include": "build/installer.nsh",
"oneClick": false,
"allowToChangeInstallationDirectory": true
}, },
"publish": [ "publish": [
{ {