Files
zoitechat/osx/makebundle.sh
2026-01-05 23:12:38 -07:00

12 lines
315 B
Bash
Executable File

#!/bin/sh
rm -rf ZoiteChat.app
rm -f *.app.zip
python $HOME/.local/bin/gtk-mac-bundler zoitechat.bundle
echo "Compressing bundle"
#hdiutil create -format UDBZ -srcdir ZoiteChat.app -quiet ZoiteChat-2.9.6.1-$(git rev-parse --short master).dmg
zip -9rXq ./ZoiteChat-$(git describe --tags).app.zip ./ZoiteChat.app