Skip to content

Commit

Permalink
Update electron-builder.yml to use universal arch for dmg target
Browse files Browse the repository at this point in the history
  • Loading branch information
andyherbert committed Dec 18, 2023
1 parent 5285bb2 commit 1f624d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mac:
category: public.app-category.graphics-design
target:
- target: dmg
arch: [x64]
arch: [universal]
darkModeSupport: true
win:
artifactName: Moebius.Setup.exe
Expand Down

0 comments on commit 1f624d6

Please sign in to comment.