sindresorhus / create-dmg
- среда, 29 марта 2017 г. в 03:11:42
JavaScript
Create a DMG from an app
Create a DMG from an app (macOS)
This tool is intentionally opinionated and simple. I'm not interested in adding lots of options.
$ npm install --global create-dmg
$ create-dmg --help
Usage
$ create-dmg <app>
Example
$ create-dmg 'Lungo.app'
The created DMG is code signed, requires macOS 10.11 or later, and has the filename appName-appVersion.dmg
, for example Lungo-1.0.0.dmg
.
MIT © Sindre Sorhus