mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 09:43:13 +00:00
9 lines
221 B
Bash
9 lines
221 B
Bash
#!/bin/sh
|
|
|
|
# ensure macos/ReticulumWebChat.sh is executable before the cxfreeze copies it inside the .app
|
|
chmod +x macos/ReticulumWebChat.sh
|
|
|
|
# build macos .app and put in .dmg
|
|
python setup.py bdist_dmg
|
|
|
|
# todo codesign?
|