Skip to content

Commit

Permalink
update builder settings (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 authored Oct 15, 2024
1 parent cfdc888 commit 07821ae
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,16 +13,15 @@ files:

win:
target:
- nsis # Windows installer type, you can use zip, nsis, etc.
- nsis

mac:
target:
- default
- zip

linux:
target:
- AppImage
# - deb # You can also specify 'deb', 'rpm', etc.

nsis:
oneClick: false # Whether the installer is one-click
Expand Down

0 comments on commit 07821ae

Please sign in to comment.