Skip to content

Commit

Permalink
fix: 🐛 Fixed an issue where macos built-in updates failed
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 29, 2024
1 parent c2254aa commit 432eceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
{
"target": "dmg",
"arch": ["x64", "arm64"]
},
{
"target": "zip",
"arch": ["x64", "arm64"]
}
],
"artifactName": "${productName}-${version}-mac-${arch}.${ext}",
Expand Down

0 comments on commit 432eceb

Please sign in to comment.