convert java app to mac installer…dmg

VN:F [1.9.15_1155]
Rating: 0 (from 0 votes)

A .dmg file is not an installer, it’s a disk image file. If you want to make something available for distribution, the easiest way is to create a new folder (directory), copy all of the files and folders you want to distribute into it, and then use either the OS X Disk Utility application (in /Applications/Utilities) or the command line hdiutil utility to create a new disk image file from the contents of the folder.

VN:F [1.9.15_1155]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. convert java app to mac installer…dmg
  2. How to add text to disk image?
  3. How to add text to disk image?
  4. Packaging a Mac app for distribution
  5. Create drag-drop graphic when installing OS X application from dmg