App file now copied to install directory`
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Sun, 1 Jan 2012 13:49:16 +0000 (13:49 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Sun, 1 Jan 2012 13:49:16 +0000 (13:49 +0000)
Makefile.am

index 36d134c..db477b7 100644 (file)
@@ -234,7 +234,13 @@ icons:
 ## gtk-app-bundler must be installed
 app-bundle:
        gtk-mac-bundler ./mac/moonshot-ui.bundle
+       mkdir -p ${HOME}/moonshot/mac-client-installer/moonshot-ui/
+       cp -R ./mac/moonshot-ui.app ${HOME}/moonshot/mac-client-installer/moonshot-ui/
 
-## Installer
+## 3: Installer Package
+installer:
+
+## 4: Disk Image
+disk-image:
 
 endif