Skip to content

Commit 3fe8937

Browse files
committed
fix: Add arm64 architecture to electron-builder configuration and remove x64 from dmg target
1 parent 1a61a10 commit 3fe8937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

electron-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ mac:
2929
target:
3030
- target: dmg
3131
arch:
32-
- x64
3332
- universal
3433
- target: zip
3534
arch:
3635
- x64
37-
- universal
36+
- arm64
3837
dmg:
3938
artifactName: ${name}-${version}.${ext}
4039
linux:

0 commit comments

Comments
 (0)