summary refs log tree commit diff stats
path: root/plugins/exec/exec.c
AgeCommit message (Expand)Author
2012-11-04Eliminate warnings due to missing includesBerke Viktor
2012-10-30Now some final cleanup (I hope)Berke Viktor
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-26Eliminate some more plugin warningsBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-07-13Update plugin descriptions and names, tooBerke Viktor
2012-07-13Remove the last remnants of XChat-WDKBerke Viktor
2011-12-03placeholder for /exec -oBerke Viktor
2011-12-02fix deinit message in execBerke Viktor
2011-12-02don't use hardcoded strings for plugin namesBerke Viktor
2011-11-29relicense own plugins under the MIT licenseBerke Viktor
2011-11-27some formatting for execBerke Viktor
2011-11-27make exec display as nice as possibleBerke Viktor
2011-11-27exec cleanupBerke Viktor
2011-11-27initial execBerke Viktor
<
#!/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