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',
icon=electrum+ICONS_FILE,
bundle_identifier=None,
info_plist = {
'NSHighResolutionCapable':'True'
info_plist={
'NSHighResolutionCapable': 'True',
'NSSupportsAutomaticGraphicsSwitching': 'True'
}
)