Skip to content

Commit

Permalink
More changes to dmg script.
Browse files Browse the repository at this point in the history
  • Loading branch information
acornejo committed Oct 17, 2013
1 parent b250fa3 commit 655a17b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kilogui/create_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ if [ ! -f "dmg_DS_Store" ]; then
echo "Setup the view options of the folders, and eject the volume before continuing."
read
# cp $device/.DS_Store dmg_DS_Store
# hdiutil detach $device
fi
# hdiutil convert "pack.temp.dmg" -format UDZO -imagekey zlib-level=9 -o ${DMGNAME}
hdiutil convert "pack.temp.dmg" -format UDBZ -o ${DMGNAME}
hdiutil convert "pack.temp.dmg" -format UDZO -imagekey zlib-level=9 -o ${DMGNAME}
# hdiutil convert "pack.temp.dmg" -format UDBZ -o ${DMGNAME}
rm -f pack.temp.dmg
rm -fr $DMG

0 comments on commit 655a17b

Please sign in to comment.