Skip to content

Commit

Permalink
add necessary entitlements for arm64 mac build (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Jan 17, 2024
1 parent 98674b6 commit a21428f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terminalone/monorepo",
"productName": "Terminal One",
"version": "1.4.1",
"version": "1.4.2",
"description": "A fast, elegant and intelligent cross-platform terminal.",
"author": "atinylittleshell <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,7 +67,8 @@
"x64"
]
},
"entitlements": "apps/app/assets/entitlements.mac.plist"
"entitlements": "apps/app/assets/entitlements.mac.plist",
"entitlementsInherit": "apps/app/assets/entitlements.mac.plist"
}
},
"devDependencies": {
Expand Down

0 comments on commit a21428f

Please sign in to comment.