upgrade to py2app v0.10

This commit is contained in:
Job Evers-Meltzer 2016-12-16 19:00:56 -06:00
parent d19afd856b
commit c6f4c17597

View file

@ -69,6 +69,20 @@ python setup.py install
echo "Building URI Handler"
cd "${DEST}"
if [ ! -d "py2app" ]; then
hg clone https://bitbucket.org/ronaldoussoren/py2app
cd py2app
hg checkout py2app-0.10
# this commit fixes a bug that should have been fixed as part of 0.10
hg graft 149c25c413420120d3f383a9e854a17bc10d96fd
pip install .
cd ..
rm -rf py2app
fi
rm -rf build dist
python setup_uri_handler.py py2app