From b00b0ad137a360cee148772c2007b8e061064889 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 25 May 2024 03:28:24 +1200 Subject: [PATCH] set bundle name for macos .app --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29d6b83..0d331f9 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,8 @@ setup( 'upgrade_code': '{6c69616d-ae73-460c-88e8-399b3134134e}', }, 'bdist_mac': { - 'iconfile': "macos/icon.icns", + 'bundle_name': 'ReticulumWebChat', # creates ReticulumWebChat.app + 'iconfile': 'macos/icon.icns', 'include_resources': [ # we use this script to launch as a terminal app ('macos/ReticulumWebChat.sh', '../MacOS/ReticulumWebChat.sh'),