Skip to content

Commit

Permalink
remove signing config from mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Jan 17, 2025
1 parent 7da8027 commit a0c6934
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
"target": [
"dmg"
],
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist",
"entitlementsInherit": "assets/entitlements.mac.plist",
"type": "development",
"hardenedRuntime": false,
"identity": null,
"entitlements": null,
"entitlementsInherit": null,
"gatekeeperAssess": false
},
"dmg": {
"sign": false,
"contents": [
{
"x": 130,
Expand Down

0 comments on commit a0c6934

Please sign in to comment.