Skip to content

Commit 4c04249

Browse files
committed
chore: add zip target for macOS builds in electron-builder configuration
1 parent ea099bd commit 4c04249

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

electron-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ mac:
5151
arch: x64
5252
- target: dmg
5353
arch: arm64
54+
- target: zip
55+
arch: x64
56+
- target: zip
57+
arch: arm64
5458
icon: build/icon.icns
5559
forceCodeSigning: false
5660
dmg:

0 commit comments

Comments
 (0)