Skip to content

Commit

Permalink
remove macos from building app
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Nov 12, 2024
1 parent ea133da commit 978fa0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ win:
- nsis
icon: build/icons/icon.ico # Set Windows icon

mac:
target:
- zip
icon: build/icons/icon.icns # Set macOS icon
# mac:
# target:
# - zip
# icon: build/icons/icon.icns # Set macOS icon

linux:
target:
Expand Down

0 comments on commit 978fa0e

Please sign in to comment.