From 5145410f06a89790a4141f2ce9beb6aed34b5025 Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:12:10 +0200 Subject: [PATCH] allow for custom install paths --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6378ab0..24b36d7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,10 @@ }, "build": { "nsis": { - "include": "build/installer.nsh" + "include": "build/installer.nsh", + "allowToChangeInstallationDirectory": true, + "license": "LICENSE", + "oneClick": false }, "files": [ "!*",