root/build_bundle.sh

Revision 66, 239 bytes (checked in by steve, 7 months ago)

vastly improved cluster function again, removed baseline images

  • Property svn:executable set to *
Line 
1 #!/bin/bash
2 echo "removing old directories"
3 rm -rf build/*
4 rm -rf dist/*
5
6 echo "running svn up"
7 svn up
8
9 echo "running py2app"
10 python setup.py py2app
11 cd dist
12
13 echo "producing zip"
14 zip -r -9 mactorii.app.zip mactorii.app
15 cd ../
16
17 echo "done"
Note: See TracBrowser for help on using the browser.