diff --git a/electron-builder.yml b/electron-builder.yml index 30b464e58..c3dee3294 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -17,6 +17,8 @@ win: - nsis icon: assets/icons/icon.png nsis: + allowToChangeInstallationDirectory: true + oneClick: false shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always