fix: disable rosetta as Electron does not run under rosetta (#24670)

This commit is contained in:
Samuel Attard 2020-07-27 13:26:04 -07:00 committed by GitHub
parent a612fb00c8
commit 4829b0f816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View file

@ -12,5 +12,7 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>