liamcottle___reticulum-mesh.../build_macos.sh
2024-05-25 03:25:11 +12:00

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?