Files
zoitechat/osx/makebundle.sh

10 lines
202 B
Bash
Raw Normal View History

2014-01-13 09:28:06 -05:00
#!/bin/sh
2026-01-05 23:12:38 -07:00
rm -rf ZoiteChat.app
2014-05-27 20:35:43 -04:00
rm -f *.app.zip
2014-01-13 09:28:06 -05:00
2026-01-05 23:12:38 -07:00
python $HOME/.local/bin/gtk-mac-bundler zoitechat.bundle
2014-05-27 20:35:43 -04:00
echo "Compressing bundle"
2026-01-05 23:12:38 -07:00
zip -9rXq ./ZoiteChat-$(git describe --tags).app.zip ./ZoiteChat.app