source: branches/irods-mockup/makeMacDist.sh @ 241

Revision 241, 577 bytes checked in by bartek, 11 years ago (diff)

New branch that takes over the modifications from branch 1.3.0 and trunk

  • Property svn:executable set to *
Line 
1#!/bin/sh -x
2if [ -d /Volumes/QCG-Icon/ ]
3then
4  echo "/Volumes/QCG-Icon/ exists"
5  exit 4
6fi
7
8svn up
9ant jar
10cp dist/QCG-Icon-$(basename `readlink -f .`).jar dist_macosx/QCG-Icon.app/Contents/Resources/Java/QCG-Icon.jar
11cp -v *.properties dist_macosx/QCG-Icon.app/Contents/Resources/Java/
12
13open dist_macosx/dmg/QCG-Icon.dmg
14sleep 20
15rm -rf /Volumes/QCG-Icon/QCG-Icon.app
16ls -la /Volumes/QCG-Icon/
17cp -rf dist_macosx/QCG-Icon.app /Volumes/QCG-Icon/
18find  /Volumes/QCG-Icon/ -name .svn -exec rm -rf {} \;
19umount /Volumes/QCG-Icon
20open /Applications/Utilities/Disk\ Utility.app
Note: See TracBrowser for help on using the repository browser.