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