Mercurial > hg > easyhg
annotate deploy/osx/extract-leopard.sh @ 664:cfe684675e81
Workaround for disappearing menubar under Ubuntu
author | Chris Cannam |
---|---|
date | Mon, 01 Sep 2014 16:12:33 +0100 |
parents | 5bf32465213c |
children |
rev | line source |
---|---|
Chris@598 | 1 mkdir -p 10.5/src |
Chris@598 | 2 cd 10.5 |
Chris@598 | 3 cp -a ../EasyMercurial.app . |
Chris@598 | 4 lipo ../EasyMercurial.app/Contents/MacOS/EasyMercurial -remove x86_64 -output ./EasyMercurial.app/Contents/MacOS/EasyMercurial |
Chris@598 | 5 cp -a ../src/version.h src/ |
Chris@598 | 6 cp -a ../COPYING . |
Chris@598 | 7 bash ../deploy/osx/deploy.sh EasyMercurial.app EasyMercurial_leopard |
Chris@598 | 8 cp *_leopard*.dmg .. |
Chris@598 | 9 cd .. |
Chris@598 | 10 rm -r 10.5 |
Chris@598 | 11 echo Done |
Chris@598 | 12 |
Chris@598 | 13 |