Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.48 KB

README.rst

File metadata and controls

44 lines (33 loc) · 1.48 KB

dmgbuild

Python Versions PyPI Version Maturity MIT License Build Status Docs Build Status

What is this?

dmgbuild is a command line tool to create macOS disk images (aka .dmg files). While it is possible to create disk images easily enough from the command line using the hdiutil program that ships with macOS, there is no easy way to configure the appearance of the resulting disk image when the user opens it.

dmgbuild allows for full customization of the resulting disk image, without relying on Finder, and without using deprecated APIs (like the Alias Manager functions).

See the documentation for more information.