Skip to content

Commit

Permalink
fix(release) enabled mac-x64-build (#1305)
Browse files Browse the repository at this point in the history
* enabled mac-x64-build

* updated package.json
  • Loading branch information
fullstackninja864 authored May 24, 2024
1 parent eaa4e0d commit 14c9599
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@
},
"mac": {
"category": "public.app-category.finance",
"target": ["dmg"],
"target": [
{
"target": "dmg",
"arch": ["x64", "arm64"]
}
],
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "electron-app/assets/entitlements.mac.plist",
Expand Down

0 comments on commit 14c9599

Please sign in to comment.