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. 5
      contrib/build-osx/osx.spec

5
contrib/build-osx/osx.spec

@ -93,7 +93,8 @@ app = BUNDLE(exe,
name=PACKAGE + '.app',
icon=electrum+ICONS_FILE,
bundle_identifier=None,
info_plist = {
'NSHighResolutionCapable':'True'
info_plist={
'NSHighResolutionCapable': 'True',
'NSSupportsAutomaticGraphicsSwitching': 'True'
}
)

Loading…
Cancel
Save