From ea9425fb6e8c57ea381c929790f0322172446ff0 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 1 Mar 2022 07:15:21 -0500 Subject: [PATCH] Limit install location --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0de59ab..58908c8e 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "nsisWeb": { "oneClick": false, "perMachine": true, - "allowToChangeInstallationDirectory": true, + "allowToChangeInstallationDirectory": false, "artifactName": "${productName}-Installer-${version}.${ext}", "uninstallDisplayName": "${productName}", "deleteAppDataOnUninstall": true