Skip to content

Commit

Permalink
fix: allow notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed May 3, 2024
1 parent 5d0f35b commit f68d787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"artifactName": "${productName}-${version}.${ext}",
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist",
hardenedRuntime: true,
"target": [
"default"
]
Expand Down

0 comments on commit f68d787

Please sign in to comment.