From 3071bec03ff4238d51b6538266e80a501232b462 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 3 Mar 2022 19:50:35 +0100 Subject: [PATCH] Update NSIS build settings (#1389) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0de59ab0f..ad12b81c4d 100644 --- a/package.json +++ b/package.json @@ -190,8 +190,8 @@ }, "nsisWeb": { "oneClick": false, - "perMachine": true, - "allowToChangeInstallationDirectory": true, + "perMachine": false, + "allowToChangeInstallationDirectory": false, "artifactName": "${productName}-Installer-${version}.${ext}", "uninstallDisplayName": "${productName}", "deleteAppDataOnUninstall": true