osx: Fix bundled Python

This commit is contained in:
TingPing
2014-01-28 16:18:00 -05:00
parent c9818adfb1
commit 6964079673
3 changed files with 10 additions and 3 deletions

View File

@@ -13,3 +13,7 @@ fi
rm -rf HexChat.app
$JHBUILD_PREFIX/bin/python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle
# These take up a lot of space in the bundle
echo "Cleaning up python files"
find ./HexChat.app/Contents/Resources/lib/python2.7 -name "*.pyo" -or -name "*.pyc" -delete