From 8630f79b06491e0dbe8f30106689da0455e9cbdf Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 5 Apr 2023 04:20:02 +0200 Subject: [PATCH] make nsis installer configurable --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index efd04c1..decc75b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,9 @@ "category": "Network" }, "nsis": { - "include": "build/installer.nsh" + "include": "build/installer.nsh", + "oneClick": false, + "allowToChangeInstallationDirectory": true }, "linux": { "category": "Network",