From a3143b0f961c1c9ec3a5b7ab37276b47114849b7 Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Sun, 1 Jan 2012 13:49:16 +0000 Subject: [PATCH 1/1] App file now copied to install directory` --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 36d134c..db477b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.1.4