Mercurial > hg > easyhg
view deploy/osx/extract-leopard.sh @ 645:e2f6bb97cc22
Toolbar spacing adjustments; avoid using unified toolbar on Mac because it breaks the left toolbar with Qt 4.8
author | Chris Cannam |
---|---|
date | Fri, 11 Jan 2013 10:29:04 +0000 |
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