@@ -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'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user