1
0

Use internal GPU on macOS

Closes: #4030
This commit is contained in:
Johann Bauer
2018-03-06 11:55:43 +01:00
parent 851fe0dad5
commit 7ec2bcd70f

View File

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