From 7af66c4911394374603be9253e0e175978182d1c Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 3 Jul 2017 16:25:48 -0400 Subject: [PATCH] chore:(windows): make use of NSIS one-click installers (#1560) One-click installers are a "modern" version of usual wizard installers, and somewhat resemble the Squirrel.Windows installers you can see in apps like Atom. As the name implies, the user needs to agree the license, and that's all, the remaining installer is non-interactive, leading to a very smooth user experience. Change-Type: patch Signed-off-by: Juan Cruz Viotti --- electron-builder.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 6973677a..09396293 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -29,8 +29,7 @@ dmg: win: icon: assets/icon.ico nsis: - oneClick: false - allowToChangeInstallationDirectory: true + oneClick: true runAfterFinish: true installerIcon: assets/icon.ico uninstallerIcon: assets/icon.ico