From 8af9727937480d26ff39a7eeb96668073f846d9f Mon Sep 17 00:00:00 2001 From: TingPing Date: Mon, 13 Jan 2014 09:28:06 -0500 Subject: Add gtk-mac-bundler files --- osx/makebundle.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 osx/makebundle.sh (limited to 'osx/makebundle.sh') diff --git a/osx/makebundle.sh b/osx/makebundle.sh new file mode 100755 index 00000000..24130aa1 --- /dev/null +++ b/osx/makebundle.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +if [ -z "$JHBUILD_PREFIX" ]; then + echo "You must run this within a jhbuild shell." + exit 1 +fi + +if [ ! -f $JHBUILD_PREFIX/bin/python ]; then + echo "You must install python with jhbuild." + exit 1 +fi + +rm -rf HexChat.app + +$JHBUILD_PREFIX/bin/python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle -- cgit 1.4.1