Skip to content

Commit 9024f33

Browse files
committed
[DDW-1198] Add a missing entitlement for Electron on aarch64-darwin
1 parent 2797aed commit 9024f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installers/common/MacInstaller.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ codeSignEntitlements = [r|<?xml version="1.0" encoding="UTF-8"?>
171171
<true/>
172172
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
173173
<true/>
174+
<key>com.apple.security.cs.allow-jit</key>
175+
<true/>
174176
</dict>
175177
</plist>|]
176178

0 commit comments

Comments
 (0)