From bfbbaa4a266523ba75826fa2d3c6e27e2846d78d Mon Sep 17 00:00:00 2001 From: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:39:23 +1000 Subject: [PATCH] Update electron-builder.yml Signed-off-by: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> --- electron-builder.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index f70144e..7b8218a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -13,7 +13,6 @@ files: win: target: - nsis # Windows installer type, you can use zip, nsis, etc. - oneClick: false mac: target: @@ -25,10 +24,10 @@ linux: # - deb # You can also specify 'deb', 'rpm', etc. nsis: - oneClick: true # Whether the installer is one-click + oneClick: false # Whether the installer is one-click allowElevation: true # Allow requests for elevation (admin privileges) allowToChangeInstallationDirectory: true # Let the user change the install directory createDesktopShortcut: true # Create desktop shortcut after installation createStartMenuShortcut: true # Create start menu shortcut -publish: null \ No newline at end of file +publish: null