Skip to content

Commit d350977

Browse files
committed
fix: update entitlements and enable hardened runtime for macOS builds
1 parent 5681bdd commit d350977

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

electron-builder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"mac": {
1414
"target": "dmg",
1515
"icon": "build/icons/icon.icns",
16-
"entitlements": "build/entitlements.mac.plist",
16+
"entitlements": "build/entitlements.mac.inherit.plist",
1717
"category": "public.app-category.productivity",
18-
"hardenedRuntime": false,
18+
"hardenedRuntime": true,
1919
"identity": null
2020
},
2121
"win": {

electron-builder.sponsored.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"mac": {
1515
"target": "dmg",
1616
"icon": "build/icons/icon.icns",
17-
"entitlements": "build/entitlements.mac.plist",
17+
"entitlements": "build/entitlements.mac.inherit.plist",
1818
"category": "public.app-category.productivity",
19-
"hardenedRuntime": false,
19+
"hardenedRuntime": true,
2020
"identity": null
2121
},
2222
"win": {

0 commit comments

Comments
 (0)