~aleteoryx/sexchat

ref: 14a3ec2301dfb70d6a6b0ea75c4eebfe6582bb31 sexchat/osx/makebundle.sh -rwxr-xr-x 303 bytes
14a3ec23Aleteoryx always log tabs to disk scrollback 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

rm -rf HexChat.app
rm -f *.app.zip

python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle

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