From f08ac4cfe26315c12460f1f2698bdd1b89422283 Mon Sep 17 00:00:00 2001 From: David Andrs Date: Tue, 10 Aug 2021 06:48:56 -0600 Subject: [PATCH] MacOS X tweaks - put version in the app bundle - do not include version in the .app bundle name Closes #19 --- BeeRef.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BeeRef.spec b/BeeRef.spec index 35b700f..bd1771c 100644 --- a/BeeRef.spec +++ b/BeeRef.spec @@ -59,9 +59,10 @@ exe = EXE( if sys.platform == 'darwin': app = BUNDLE( exe, - name=f'{appname}.app', + name=f'{constants.APPNAME}.app', icon=join('beeref', 'assets', icon), - bundle_identifier=None, + bundle_identifier='org.beeref.app', + version=f'{constants.VERSION}', info_plist={ 'CFBundleDocumentTypes': [ {