view deploy/osx/extract-leopard.sh @ 609:c1451b356097

Wording and menu grouping adjustments to try to make the default push/pull location function look less like it will open a new remote for you (mitigates #461)
author Chris Cannam
date Tue, 03 Jul 2012 13:11:00 +0100
parents 5bf32465213c
children
line wrap: on
line source
mkdir -p 10.5/src
cd 10.5
cp -a ../EasyMercurial.app .
lipo ../EasyMercurial.app/Contents/MacOS/EasyMercurial -remove x86_64 -output ./EasyMercurial.app/Contents/MacOS/EasyMercurial
cp -a ../src/version.h src/
cp -a ../COPYING .
bash ../deploy/osx/deploy.sh EasyMercurial.app EasyMercurial_leopard
cp *_leopard*.dmg ..
cd ..
rm -r 10.5
echo Done