From 30190b7271af1da55ca88e7c686de46414f2d7de Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 4 Jun 2018 00:31:09 +0200 Subject: [PATCH] Windows installer now lets the user choose where the app should be installed and for which users the app should be installed --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0abcf1b..d377a19 100644 --- a/package.json +++ b/package.json @@ -141,6 +141,10 @@ }, "linux": { "category": "Network" + }, + "nsis": { + "oneClick": false, + "allowToChangeInstallationDirectory": true } }, "standard": {