mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix windows AllUsers installs not updating correctly (#4390)
This commit is contained in:
parent
7f852c0b70
commit
8a1faa3eb8
@ -169,6 +169,8 @@
|
|||||||
"nsis": {
|
"nsis": {
|
||||||
"include": "build/installer.nsh",
|
"include": "build/installer.nsh",
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
"allowElevation": true,
|
||||||
|
"createStartMenuShortcut": true,
|
||||||
"allowToChangeInstallationDirectory": true
|
"allowToChangeInstallationDirectory": true
|
||||||
},
|
},
|
||||||
"protocols": {
|
"protocols": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user