Copy all the iconcs from the themes
[moonshot-ui.git] / Makefile.am
index 485979d..36d134c 100644 (file)
@@ -226,10 +226,14 @@ if  OS_MACOS
 
 icons:
        mkdir -p share/icons
-       cp src/mac/icons/process-stop.png share/icons
-       cp src/mac/icons/edit-find.png share/icons
-       cp src/mac/icons/avatar-default.png share/icons
+       cp mac/icons/process-stop.png share/icons
+       cp mac/icons/edit-find.png share/icons
+       cp mac/icons/avatar-default.png share/icons
        
+## 2. App bundle
+## gtk-app-bundler must be installed
+app-bundle:
+       gtk-mac-bundler ./mac/moonshot-ui.bundle
 
 ## Installer