Make pyfa retina ready

This should help pyfa to look better on macOS 📺
This commit is contained in:
Felix Wehnert
2018-07-02 18:55:48 +02:00
committed by GitHub
parent 819c0ba321
commit 9f580597fd

View File

@@ -73,4 +73,7 @@ exe = EXE(pyz,
app = BUNDLE(exe,
name='pyfa.app',
icon=icon,
bundle_identifier=None)
bundle_identifier=None,
info_plist={
'NSHighResolutionCapable': 'True'
})