Add allow-jit entitlement from electron-builder defaults
This commit is contained in:
parent
2c0968e40e
commit
51f2afb7b7
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
Latest electron-builder does, but it appears to be causing issues:
|
||||
(https://github.com/electron-userland/electron-builder/issues/4390)
|
||||
-->
|
||||
<!-- https://github.com/electron/electron-notarize#prerequisites -->
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
|
||||
|
|
Loading…
Reference in a new issue