create-dmg

Shell script to build fancy DMGs with custom styling for macOS

brewmacoslinux
Try with needOr install directly
Source

About

Shell script to build fancy DMGs

Commands

create-dmg

Examples

Create a basic DMG from a folder$ create-dmg --volname 'My App' 'MyApp.dmg' 'path/to/app/folder'
Create a DMG with custom icon and background image$ create-dmg --volname 'My App' --window-pos 200 120 --window-size 800 400 --icon-size 100 --background 'background.png' 'MyApp.dmg' 'path/to/app'
Create a DMG with application link to /Applications folder$ create-dmg --volname 'Installer' --window-size 500 350 --icon 'MyApp.app' 100 100 --icon 'Applications' 400 100 'MyApp.dmg' 'MyApp.app' '/Applications'