dmg for MacOSX
Brought to you by:
thomas_-_s
A dmg image would be nice to have on MacOSX.
Create on with that call:
hdiutil create -srcfolder $tempdir -format UDBZ -volname "$BINARY_NAME" "$BIN_DIR/$BINARY_NAME.dmg"
Seen at http://www.qtforum.de/forum/viewtopic.php?t=4123
Anonymous