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

Allow for changing installation directory on Windows (#1978)

Signed-off-by: Carl Reid <carl.reid@bestseller.com>
This commit is contained in:
Carl Reid 2021-02-02 14:09:32 +01:00 committed by GitHub
parent a2f4fac720
commit 88c490ae14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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