-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathusage.txt
More file actions
17 lines (14 loc) · 806 Bytes
/
usage.txt
File metadata and controls
17 lines (14 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Usage: electron-installer-dmg <path/to/.app> <appname>
Create DMG installers for your electron apps.
Usage:
electron-installer-dmg ./FooBar-darwin-x64/FooBar.app FooBar
Options:
--out=<path> The directory to put the DMG into. [Default: `process.cwd()`].
--icon=<path> Path to the icon file that will be the app icon in the DMG window.
--icon-size=<px> How big to make the icon for the app in the DMG. [Default: `80`].
--background=<path> Path to a PNG image to use as the background of the DMG.
--title=<string> The title of the produced DMG, which will be shown when mounted.
--format=<format> Disk image format. [Default: `UDZO`].
--overwrite Overwrite any existing DMG.
-h --help Show this screen.
--version Show version.