From b4363f361cef7d2006f042996debaba4897a621c Mon Sep 17 00:00:00 2001 From: notAlaanor Date: Sat, 17 Mar 2018 09:57:29 +1100 Subject: [PATCH] allow windows setup user customization --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f2aed5ce..1360f7cf 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,7 @@ "dist/electron/**/*" ], "dmg": { - "contents": [ - { + "contents": [{ "x": 410, "y": 150, "type": "link", @@ -66,7 +65,9 @@ "target": "nsis" }, "nsis": { - "perMachine": true + "perMachine": true, + "oneClick": false, + "allowToChangeInstallationDirectory": true }, "linux": { "icon": "build/icons" @@ -149,4 +150,4 @@ "webpack-hot-middleware": "^2.18.2", "webpack-merge": "^4.1.0" } -} +} \ No newline at end of file