hexchat/osx/makebundle.sh

12 lines
303 B
Bash
Raw Normal View History

2014-01-13 09:28:06 -05:00
#!/bin/sh
rm -rf HexChat.app
2014-05-27 20:35:43 -04:00
rm -f *.app.zip
2014-01-13 09:28:06 -05:00
python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle
2014-05-27 20:35:43 -04:00
echo "Compressing bundle"
#hdiutil create -format UDBZ -srcdir HexChat.app -quiet HexChat-2.9.6.1-$(git rev-parse --short master).dmg
zip -9rXq ./HexChat-$(git describe --tags).app.zip ./HexChat.app