Skip to content

Commit

Permalink
Fix display name capitalization
Browse files Browse the repository at this point in the history
Change app bundle name to “Tribler.app”.
Set CFBundleName and CFBundleDisplayName to “Tribler”.
  • Loading branch information
da2x authored Jun 17, 2021
1 parent 2c74186 commit 74fe625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tribler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ coll = COLLECT(exe,
name='tribler')

app = BUNDLE(coll,
name='tribler.app',
name='Tribler.app',
icon='build/mac/resources/tribler.icns',
bundle_identifier='nl.tudelft.tribler',
info_plist={'NSHighResolutionCapable': 'True', 'CFBundleInfoDictionaryVersion': 1.0, 'CFBundleVersion': version_str, 'CFBundleShortVersionString': version_str},
info_plist={'CFBundleName': 'Tribler', 'CFBundleDisplayName': 'Tribler', 'NSHighResolutionCapable': 'True', 'CFBundleInfoDictionaryVersion': 1.0, 'CFBundleVersion': version_str, 'CFBundleShortVersionString': version_str},
console=show_console)

# Replace the Info.plist file on MacOS
Expand Down

0 comments on commit 74fe625

Please sign in to comment.