Skip to content

k1de/macos-app-to-dmg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

macOS App to DMG

Simple utility for creating DMG images of macOS applications with minimal styling.

Screenshot

Usage

# 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.app

DMG will appear on desktop.

What's inside

app-to-dmg — creates DMG with:

  • Automatic size calculation
  • Arrow background (or custom background.svg ~640x480)
  • Symlink to /Applications
  • extra folder (if present)

extra/sign — re-signs application:

  • Removes original signature
  • Removes quarantine
  • Creates ad-hoc signature

Requirements

  • macOS

About

Simple utility for creating DMG images of macOS applications with minimal styling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages