Skip to content

Commit

Permalink
Chore(electron): Update macOS target arch to "universal"
Browse files Browse the repository at this point in the history
  • Loading branch information
Uni0305 committed Mar 25, 2024
1 parent cc7b6ec commit 162d9b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ mac:
target:
- target: "dmg"
arch:
- "x64"
- "arm64"
- "universal"
artifactName: "${productName}-setup-${version}-${arch}.${ext}"
category: "public.app-category.games"

Expand Down

0 comments on commit 162d9b0

Please sign in to comment.