Simple utility for creating DMG images of macOS applications with minimal styling.
# Clone repository
git clone https://github.com/k1de/macos-app-to-dmg
cd macos-app-to-dmg
# Select application from /Applications
./app-to-dmg
# Or specify path
./app-to-dmg /Applications/MyApp.appDMG will appear on desktop.
app-to-dmg — creates DMG with:
- Automatic size calculation
- Arrow background (or custom
background.svg~640x480) - Symlink to
/Applications extrafolder (if present)
extra/sign — re-signs application:
- Removes original signature
- Removes quarantine
- Creates ad-hoc signature
- macOS
