Skip to content
Snippets Groups Projects
Commit b5042eae authored by inso's avatar inso
Browse files

Enable high res on macos

parent 061399cf
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ if is_darwin:
app = BUNDLE(exe,
name='sakia.app',
icon='sakia.ico',
bundle_identifier=None)
bundle_identifier=None,
info_plist={
'NSHighResolutionCapable': 'True'
},)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment