diff options
Diffstat (limited to 'osx/makebundle.sh')
-rwxr-xr-x | osx/makebundle.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/osx/makebundle.sh b/osx/makebundle.sh index 24130aa1..3a23ee70 100755 --- a/osx/makebundle.sh +++ b/osx/makebundle.sh @@ -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 |