
We'd like to keep it working in as many versions as possible, but unfortunately, we just don't have test boxes running old versions of OS X adequate to make this happen. We think this works in OS X 10.6 Snow Leopard and later. Nothing except a standard installation of macOS/OS X is required. See the examples folder in the source tree for more examples. background "installer_background.png " \ #!/bin/sh test -f Application-Installer.dmg & rm Application-Installer.dmg
#Create dmg license
-rez : specify custom path to Rez tool used to include license file.-eula : attach a license file to the dmg.-ql-drop-link : make a drop link to /Library/QuickLook, at location x, y.-app-drop-link : make a drop link to Applications, at location x, y.-custom-icon : set position and -tom icon.-hide-extension : hide the extension of file.-icon : set position of the file's icon.

-icon-size : set window icons size (up to 128).-text-size : set window text size (10-16).-window-size : set size of the folder window.

-window-pos : set position the folder window.-background : set folder background image (provide png, gif, jpg).-volname : set volume name (displayed in the Finder sidebar and window title).All contents of source_folder will be copied into the disk image.
