From c0ca04a349e489688feb1086f8b909f457e65094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Mon, 5 Jan 2026 11:27:06 +0100 Subject: [PATCH] Don't allow dir change on windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd8404e..1d7b67e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "oneClick": true, "perMachine": true, "allowElevation": true, - "allowToChangeInstallationDirectory": true, + "allowToChangeInstallationDirectory": false, "createDesktopShortcut": true, "createStartMenuShortcut": true, "shortcutName": "Imgfloat"