Code Monkey home page Code Monkey logo

create-dmg's Introduction

create-dmg

A shell script to build fancy DMGs.

Status and contribution policy

This project is maintained thanks to the contributors who send pull requests, and now (Sep 2018) with the help of @aonez.

We will merge any pull request that adds something useful and does not break existing things, and will often grant commit access to the repository.

If you're an active user and want to be a maintainer, or just want to chat, please ping us at gitter.im/create-dmg/Lobby.

Installation

  • You can install this script using Homebrew:

    brew install create-dmg
  • You can download the latest release

  • You can also clone the entire repository:

    git clone https://github.com/andreyvit/create-dmg.git

Usage

create-dmg [options...] [output\_name.dmg] [source\_folder]

All contents of source_folder will be copied into the disk image.

Options:

  • --volname [name]: set volume name (displayed in the Finder sidebar and window title)
  • --volicon [icon.icns]: set volume icon
  • --background [pic.png]: set folder background image (provide png, gif, jpg)
  • --window-pos [x y]: set position the folder window
  • --window-size [width height]: set size of the folder window
  • --text-size [text size]: set window text size (10-16)
  • --icon-size [icon size]: set window icons size (up to 128)
  • --icon [file name] [x y]: set position of the file's icon
  • --hide-extension [file name]: hide the extension of file
  • --custom-icon [file name]/[custom icon]/[sample file] [x y]: set position and custom icon
  • --app-drop-link [x y]: make a drop link to Applications, at location x, y
  • --ql-drop-link [x y]: make a drop link to /Library/QuickLook, at location x, y
  • --eula [eula file]: attach a license file to the dmg
  • --no-internet-enable: disable automatic mount&copy
  • --format: specify the final image format (default is UDZO)
  • --add-file [target name] [path to source file] [x y]: add additional file (option can be used multiple times)
  • --add-folder [target name] [path to source folder] [x y]: add additional folder (option can be used multiple times)
  • --disk-image-size [x]: set the disk image size manually to x MB
  • --hdiutil-verbose: execute hdiutil in verbose mode
  • --hdiutil-quiet: execute hdiutil in quiet mode
  • --sandbox-safe: execute hdiutil with sandbox compatibility and don not bless
  • --version: show tool version number
  • -h, --help: display the help

Example

#!/bin/sh
test -f Application-Installer.dmg && rm Application-Installer.dmg
create-dmg \
--volname "Application Installer" \
--volicon "application\_icon.icns" \
--background "installer\_background.png" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--icon "Application.app" 200 190 \
--hide-extension "Application.app" \
--app-drop-link 600 185 \
"Application-Installer.dmg" \
"source_folder/"

Alternatives

create-dmg's People

Contributors

andreyvit avatar aonez avatar danielbair avatar schoeps avatar csparker247 avatar kaloyan-raev avatar rbdavison avatar byronclark avatar jendave avatar farmckon avatar nunopedrosa avatar sidney avatar miks avatar mikemccracken avatar gch1p avatar mente avatar seltzered avatar kodawah avatar thelastproject avatar remram44 avatar uznick avatar geary avatar wesen avatar wintersoft avatar jpitblado avatar jiakuan avatar u-foka avatar shashkin avatar dirkhh avatar

Watchers

Ngô͘ Hê-bí avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.