From 8a1faa3eb8c5ace2bd3fcd5b2bcc589805f3db8b Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 19 Nov 2021 14:35:55 -0500 Subject: [PATCH] Fix windows AllUsers installs not updating correctly (#4390) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index afd93380cb..cc3fcceb88 100644 --- a/package.json +++ b/package.json @@ -169,6 +169,8 @@ "nsis": { "include": "build/installer.nsh", "oneClick": false, + "allowElevation": true, + "createStartMenuShortcut": true, "allowToChangeInstallationDirectory": true }, "protocols": {