[gimp/gimp-2-8] build/osx: Add command for creating the DMG image



commit 7745f057d8ec522f729af3f869e8b37dfba7dd46
Author: Kristian Rietveld <kris loopnest org>
Date:   Sun Dec 13 15:35:53 2015 +0100

    build/osx: Add command for creating the DMG image

 build/osx/README |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/build/osx/README b/build/osx/README
index 116de4d..d80b60e 100644
--- a/build/osx/README
+++ b/build/osx/README
@@ -153,6 +153,14 @@ $ gtk-mac-bundler gimp-2.8-python.bundle
 for GIMP master:
 $ gtk-mac-bundler gimp-master-python.bundle
 
+4. Create DMG image. Create a directory "bundle/" that contains only the .app
+image. Run the following command in the directory above "bundle/".
+
+$ hdiutil create gimp-2.8.16-x86_64.dmg -volname "GIMP 2.8.16" \
+          -fs HFS+ -fsargs "-c c=64,a=16,e=16" \
+          -format UDBZ -srcfolder bundle/ \
+          -anyowners -nospotlight
+
 IV. Files
 ----------
 The following files and subdirectories are in this folder:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]