From c556d87c8b8a25809abe43321f716313ec2a81bd Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 19 Nov 2021 09:09:56 -0500 Subject: [PATCH] Fix windows AllUsers installs not updating correctly Signed-off-by: Sebastian Malton --- 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": {