Changeset 29

Show
Ignore:
Timestamp:
10/16/06 00:20:29 (2 years ago)
Author:
gbooker
Message:

Some complained about the bziped image, so switch to UDZO
This was done in the last release, guess I forgot to commit it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Release/make-diskimage.sh

    r28 r29  
    5454# compress image 
    5555echo "Compressing disk image..." 
    56 hdiutil convert "${DMG_TEMP_NAME}" -format UDBZ -o "${DMG_DIR}/${DMG_NAME}" 
     56hdiutil convert "${DMG_TEMP_NAME}" -format UDZO -o "${DMG_DIR}/${DMG_NAME}" 
    5757rm -f "${DMG_TEMP_NAME}" 
    5858