Fix broken reference on ui subproject
[moonshot.git] / mac-client-installer / msbuild.sh
1 #!/bin/sh
2
3 #  msbuild.sh
4 #  
5 #
6 #  Created by pete on 01/02/2012.
7 #  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
8 # build moonshot-ui using jhbuild
9 jhbuild buildone moonshot-ui
10
11 # make moonshot-ui app bundle in jhbuild shell
12 cd ~/gtk/source/moonshot-ui/ &&  jhbuild run make app-bundle 
13 pwd
14
15 cd ~/moonshot/mac-client-installer
16 rm -r /Applications/moonshot-ui.app/
17