mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
update docs for building electron app and remove old method
This commit is contained in:
parent
ec92e458e6
commit
9fb1d209eb
5 changed files with 11 additions and 48 deletions
12
setup.py
12
setup.py
|
|
@ -43,17 +43,5 @@ setup(
|
|||
# use a static upgrade code to allow installer to remove existing files on upgrade
|
||||
'upgrade_code': '{6c69616d-ae73-460c-88e8-399b3134134e}',
|
||||
},
|
||||
'bdist_mac': {
|
||||
'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'),
|
||||
],
|
||||
'plist_items': [
|
||||
# we want ReticulumWebChat.app to execute ReticulumWebChat.sh instead of the python binary, as we need to launch it via terminal
|
||||
('CFBundleExecutable', 'ReticulumWebChat.sh'),
|
||||
],
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue