You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ macOS DMG specific options.
100
100
| icon | <aname="DmgOptions-icon"></a>The path to DMG icon (volume icon), which will be shown when mounted. Defaults to application icon (`build/icon.icns`).
101
101
| iconSize | <aname="DmgOptions-iconSize"></a>The size of all the icons inside the DMG. Defaults to 80.
102
102
| iconTextSize | <aname="DmgOptions-iconTextSize"></a>The size of all the icon texts inside the DMG. Defaults to 12.
103
+
| title | <aname="DmgOptions-title"></a><p>The title of the produced DMG, which will be shown when mounted (volume name). Defaults to <code>${productName} ${version}</code></p> <p>Macro <code>${productName}</code>, <code>${version}</code> and <code>${name}</code> are supported.</p>
103
104
| contents | <aname="DmgOptions-contents"></a>The content — to customize icon locations.
104
105
| format | <aname="DmgOptions-format"></a>The disk image format, one of `UDRW`, `UDRO`, `UDCO`, `UDZO`, `UDBZ`, `ULFO` (lzfse-compressed image (OS X 10.11+ only)). Defaults to `UDBZ` (bzip2-compressed image).
105
106
| window | <aname="DmgOptions-window"></a>The DMG windows position and size. See [.build.dmg.window](#DmgWindow).
0 commit comments