From 7655103160fcad8decbed0efa2d0a1565806813c Mon Sep 17 00:00:00 2001 From: Carl Reid Date: Mon, 18 Jan 2021 12:01:44 +0100 Subject: [PATCH] Allow for changing installation directory Signed-off-by: Carl Reid --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d00909318..ea0212ced6 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,9 @@ ] }, "nsis": { - "include": "build/installer.nsh" + "include": "build/installer.nsh", + "oneClick": false, + "allowToChangeInstallationDirectory": true }, "publish": [ {