Skip to content

Commit

Permalink
fix(build): try to electron support builder mac x64&arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweiwei256 committed Jun 4, 2024
1 parent c394487 commit 2def05d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@
"icon": "build/icons/logo.icns",
"category": "public.app-category.utilities",
"target": [
"zip",
"dmg"
],
"arch": [
"x64",
"arm64"
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
}
]
},
"win": {
Expand Down

0 comments on commit 2def05d

Please sign in to comment.