mirror of
https://github.com/status-im/create-dmg.git
synced 2025-02-17 05:26:29 +00:00
create-dmg ![Build Status](https://travis-ci.org/sindresorhus/create-dmg.svg?branch=master)
Create a DMG from an app (macOS)
![](/status-im/create-dmg/media/commit/b998dc8cde3bd6093857600c6ae323d6b0b43bca/screenshot-cli.gif)
This tool is intentionally opinionated and simple. I'm not interested in adding lots of options.
Install
$ npm install --global create-dmg
Usage
$ create-dmg --help
Usage
$ create-dmg <app>
Example
$ create-dmg 'Lungo.app'
DMG
The DMG requires macOS 10.11 or later and has the filename appName-appVersion.dmg
, for example Lungo-1.0.0.dmg
.
It will try to code sign the DMG, but the DMG is still created and fine even if the code signing fails, for example if you don't have a developer certificate.
![](/status-im/create-dmg/media/commit/b998dc8cde3bd6093857600c6ae323d6b0b43bca/screenshot-dmg.png)
License
MIT © Sindre Sorhus
Description
Languages
JavaScript
89.3%
R
10.7%