Skip to content

Commit

Permalink
Update electron-builder.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bohan Cheng <[email protected]>
  • Loading branch information
cbh778899 committed Sep 15, 2024
1 parent 210cf77 commit bfbbaa4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ files:
win:
target:
- nsis # Windows installer type, you can use zip, nsis, etc.
oneClick: false

mac:
target:
Expand All @@ -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
publish: null

0 comments on commit bfbbaa4

Please sign in to comment.