From: Pete Fotheringham Date: Sun, 1 Jan 2012 13:49:16 +0000 (+0000) Subject: App file now copied to install directory` X-Git-Tag: 0.7.1~153 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=a3143b0f961c1c9ec3a5b7ab37276b47114849b7 App file now copied to install directory` --- 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