From 74fe625b1dbc98c6d9a0a1ddf8e42bbca00a3311 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Thu, 17 Jun 2021 18:53:25 +0200 Subject: [PATCH] Fix display name capitalization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change app bundle name to “Tribler.app”. Set CFBundleName and CFBundleDisplayName to “Tribler”. --- tribler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tribler.spec b/tribler.spec index d6703b8521f..34444d6df33 100644 --- a/tribler.spec +++ b/tribler.spec @@ -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