From d52c067dc7abb36e341e2463b6b12ed210d1759c Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sat, 11 Oct 2025 12:40:27 -0700 Subject: [PATCH] allow customizing windows install --- electron-builder.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron-builder.yml b/electron-builder.yml index 30b464e5..c3dee329 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