Skip to content

Commit

Permalink
high resolution text on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
skydeo committed Apr 22, 2019
1 parent ffda55c commit 328f013
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ exe = EXE(pyz,
icon=os.path.join(gooey_root, 'images', 'program_icon.ico'))

app = BUNDLE(exe,
name='CSDCO Metadata Aggregator.app',
icon=None,
bundle_identifier=None)
name='CSDCO Metadata Aggregator.app',
icon=None,
bundle_identifier=None,
info_plist={
'NSHighResolutionCapable': 'True'
}
)

0 comments on commit 328f013

Please sign in to comment.