mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
set bundle name for macos .app
This commit is contained in:
parent
f38bd2db77
commit
b00b0ad137
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue