From f2c45e16b9f3c4cd8fd2beb2ad48b601b8e9d137 Mon Sep 17 00:00:00 2001 From: nonab <1456315+nonab@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:48:55 +0200 Subject: [PATCH] Allow selecting the install location in the Window installer #453 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 33cc046..a980d29 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,11 @@ "nsis": { "installerIcon": "./src/icons/icon.ico", "artifactName": "HttpToolkit-${version}.exe", - "deleteAppDataOnUninstall": true + "deleteAppDataOnUninstall": true, + "oneClick": false, + "allowToChangeInstallationDirectory": true, + "perMachine": false, + "allowElevation": true }, "linux": { "target": [