Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Feb 6, 2025
1 parent 1837ff4 commit d10a467
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,21 @@
{
"target": "dmg",
"arch": [
"x64",
"arm64"
"arm64",
"x64"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
"arm64",
"x64"
]
}
],
"category": "public.app-category.utilities",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"notarize": false,
"entitlements": "scripts/entitlements.mac.plist",
"entitlementsInherit": "scripts/entitlements.mac.plist",
"extendInfo": {
Expand Down

0 comments on commit d10a467

Please sign in to comment.