Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
3 additions and
2 deletions
-
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' |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
|