Twitter Updates

Wednesday 25 February 2009

Create .dmg files for distribution

I have been using the command line utility hdiutil to build dmg files for distribution.
$ hdiutil create "./dist/FileExplorer.dmg" -srcfolder ./dist/ -ov

I would like to improve the dmg to have a back ground image and a link to the apps folder for the user to be able to easily copy the app. These two pages look like good resources:
[1] http://el-tramo.be/guides/fancy-dmg
[2] http://www.araelium.com/dmgcanvas/

No comments: