Browse Source

Use internal GPU on macOS

Closes: #4030
3.2.x
Johann Bauer 7 years ago
parent
commit
7ec2bcd70f
No known key found for this signature in database GPG Key ID: 84F1BF925B1F484D
  1. 3
      contrib/build-osx/osx.spec

3
contrib/build-osx/osx.spec

@ -94,6 +94,7 @@ app = BUNDLE(exe,
icon=electrum+ICONS_FILE, icon=electrum+ICONS_FILE,
bundle_identifier=None, bundle_identifier=None,
info_plist={ info_plist={
'NSHighResolutionCapable':'True' 'NSHighResolutionCapable': 'True',
'NSSupportsAutomaticGraphicsSwitching': 'True'
} }
) )

Loading…
Cancel
Save