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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ Don't customize paths to background and icon, — just follow conventions.
37
37
*[protocols URL Protocol Schemes](#Protocol)
38
38
*[squirrelWindows](#SquirrelWindowsOptions)
39
39
*[win Windows Specific Options](#WinBuildOptions)
40
-
*[dmg.window DMG Windows Position and Size](#DmgWindow)
41
40
*[snap [Snap](http://snapcraft.io) Specific Options](#SnapOptions)
42
41
*[appImage [AppImage](http://appimage.org) Specific Options](#AppImageOptions)
42
+
*[dmg.window DMG Windows Position and Size](#DmgWindow)
43
43
*[Fields in the package.json](#Metadata)
44
44
45
45
<aname="Config"></a>
@@ -219,15 +219,6 @@ To use Squirrel.Windows please install `electron-builder-squirrel-windows` depen
219
219
| rfc3161TimeStampServer | <aname="WinBuildOptions-rfc3161TimeStampServer"></a>The URL of the RFC 3161 time stamp server. Defaults to `http://timestamp.comodoca.com/rfc3161`.
220
220
| timeStampServer | <aname="WinBuildOptions-timeStampServer"></a>The URL of the time stamp server. Defaults to `http://timestamp.verisign.com/scripts/timstamp.dll`.
221
221
222
-
<aname="DmgWindow"></a>
223
-
### `dmg.window` DMG Windows Position and Size
224
-
| Name | Description
225
-
| --- | ---
226
-
| x | <aname="DmgWindow-x"></a>The X position relative to left of the screen. Defaults to 400.
227
-
| y | <aname="DmgWindow-y"></a>The Y position relative to top of the screen. Defaults to 100.
228
-
| width | <aname="DmgWindow-width"></a>* The width. Defaults to background image width or 540.
229
-
| height | <aname="DmgWindow-height"></a>* The height. Defaults to background image height or 380.
230
-
231
222
<aname="SnapOptions"></a>
232
223
### `snap`[Snap](http://snapcraft.io) Specific Options
233
224
| Name | Description
@@ -245,6 +236,15 @@ To use Squirrel.Windows please install `electron-builder-squirrel-windows` depen
245
236
| --- | ---
246
237
| includeRequiredLib | <aname="AppImageOptions-includeRequiredLib"></a>Whether to include required system libraries (`gconf2`, `libappindicator1`). Defaults to `false`.
247
238
239
+
<aname="DmgWindow"></a>
240
+
### `dmg.window` DMG Windows Position and Size
241
+
| Name | Description
242
+
| --- | ---
243
+
| x | <aname="DmgWindow-x"></a>The X position relative to left of the screen. Defaults to 400.
244
+
| y | <aname="DmgWindow-y"></a>The Y position relative to top of the screen. Defaults to 100.
245
+
| width | <aname="DmgWindow-width"></a>* The width. Defaults to background image width or 540.
246
+
| height | <aname="DmgWindow-height"></a>* The height. Defaults to background image height or 380.
247
+
248
248
<aname="Metadata"></a>
249
249
## Fields in the package.json
250
250
@@ -274,7 +274,7 @@ Some standard fields should be defined in the `package.json`.
274
274
275
275
Development dependencies are never copied in any case. You don't need to ignore it explicitly.
276
276
277
-
[Multiple patterns](#multiple-glob-patterns) are supported. You can use `${os}` (expanded to mac, linux or win according to current platform) and `${arch}` in the pattern.
277
+
[Multiple patterns](#multiple-glob-patterns) are supported. You can use `${os}` (expanded to `mac`, `linux` or `win` according to current platform) and `${arch}` in the pattern.
278
278
If directory matched, all contents are copied. So, you can just specify `foo` to copy `foo` directory.
279
279
280
280
Remember that default pattern `**/*`**is not added to your custom** if some of your patterns is not ignore (i.e. not starts with `!`).
Copy file name to clipboardExpand all lines: docs/Publishing Artifacts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Amazon S3 — `https` must be used, so, if you use direct Amazon S3 endpoints, f
97
97
### `publish` Generic (any https server)
98
98
| Name | Description
99
99
| --- | ---
100
-
| **url** | <aname="GenericServerOptions-url"></a>The base url. e.g. `https://s3.amazonaws.com/bucket_name`
100
+
| **url** | <aname="GenericServerOptions-url"></a>The base url. e.g. `https://s3.amazonaws.com/bucket_name`. You can use `${os}` (expanded to `mac`, `linux` or `win` according to current platform) and `${arch}` macros.
101
101
| channel | <aname="GenericServerOptions-channel"></a>The channel. Defaults to `latest`.
The base url. e.g. `https://s3.amazonaws.com/bucket_name`
36
+
The base url. e.g. `https://s3.amazonaws.com/bucket_name`. You can use `${os}` (expanded to `mac`, `linux` or `win` according to current platform) and `${arch}` macros.
0 commit comments