Skip to content

Commit

Permalink
Enable "retina" display support for macOS bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
crwood committed Sep 21, 2018
1 parent 8d9d65e commit ed20ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/gridsync.spec
Expand Up @@ -87,6 +87,7 @@ app = BUNDLE(
'CFBundleShortVersionString': version, 'CFBundleShortVersionString': version,
'LSBackgroundOnly': True, 'LSBackgroundOnly': True,
'LSUIElement': True, 'LSUIElement': True,
'NSHighResolutionCapable': True,
} }
) )


Expand Down

0 comments on commit ed20ca3

Please sign in to comment.