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
@@ -2892,7 +2892,7 @@ On Windows works only if [nsis.perMachine](https://github.com/electron-userland/
2892
2892
2893
2893
| Name | Type | Description |
2894
2894
| --- | --- | --- |
2895
-
| ext| <code>string</code> \| <code>Array<string></code> | <aname="FileAssociation-ext"></a>The extension (minus the leading period). e.g. `png`. |
2895
+
|**ext**| <code>string</code> \| <code>Array<string></code> | <aname="FileAssociation-ext"></a>The extension (minus the leading period). e.g. `png`. |
2896
2896
| name| <code>string</code> \| <code>null</code> | <aname="FileAssociation-name"></a>The name. e.g. `PNG`. Defaults to `ext`. |
2897
2897
| description| <code>string</code> \| <code>null</code> | <aname="FileAssociation-description"></a>*windows-only.* The description. |
2898
2898
| icon| <code>string</code> \| <code>null</code> | <aname="FileAssociation-icon"></a>The path to icon (`.icns` for MacOS and `.ico` for Windows), relative to `build` (build resources directory). Defaults to `${firstExt}.icns`/`${firstExt}.ico` (if several extensions specified, first is used) or to application icon. |
@@ -2955,9 +2955,9 @@ Please note — on macOS [you need to register an `open-url` event handler](http
2955
2955
2956
2956
| Name | Type | Description |
2957
2957
| --- | --- | --- |
2958
-
| name| <code>string</code> | <aname="Protocol-name"></a>The name. e.g. `IRC server URL`. |
2958
+
|**name**| <code>string</code> | <aname="Protocol-name"></a>The name. e.g. `IRC server URL`. |
2959
2959
| role = <code>Editor</code>| <code>"Editor"</code> \| <code>"Viewer"</code> \| <code>"Shell"</code> \| <code>"None"</code> | <aname="Protocol-role"></a>*macOS-only* The app’s role with respect to the type. |
2960
-
| schemes| <code>Array<string></code> | <aname="Protocol-schemes"></a>The schemes. e.g. `["irc", "ircs"]`. |
2960
+
|**schemes**| <code>Array<string></code> | <aname="Protocol-schemes"></a>The schemes. e.g. `["irc", "ircs"]`. |
2961
2961
2962
2962
<aname="RepositoryInfo"></a>
2963
2963
@@ -2967,7 +2967,7 @@ Please note — on macOS [you need to register an `open-url` event handler](http
2967
2967
2968
2968
| Name | Type |
2969
2969
| --- | --- |
2970
-
| url| <code>string</code> |
2970
+
|**url**| <code>string</code> |
2971
2971
2972
2972
<aname="SourceRepositoryInfo"></a>
2973
2973
@@ -2990,7 +2990,7 @@ Please note — on macOS [you need to register an `open-url` event handler](http
2990
2990
2991
2991
| Name | Type | Description |
2992
2992
| --- | --- | --- |
2993
-
| target| <code>string</code> | <aname="TargetConfig-target"></a>The target name. e.g. `snap`. |
2993
+
|**target**| <code>string</code> | <aname="TargetConfig-target"></a>The target name. e.g. `snap`. |
2994
2994
| arch| <code>Array<"x64" \| "ia32" \| "armv7l"></code> \| <code>string</code> | <aname="TargetConfig-arch"></a>The arch or list of archs. |
2995
2995
2996
2996
<aname="TargetSpecificOptions"></a>
@@ -3156,8 +3156,8 @@ Please note — on macOS [you need to register an `open-url` event handler](http
3156
3156
3157
3157
| Name | Type |
3158
3158
| --- | --- |
3159
-
| name| <code>string</code> |
3160
-
| package| <code>string</code> |
3159
+
|**name**| <code>string</code> |
3160
+
|**package**| <code>string</code> |
3161
3161
3162
3162
<aname="BintrayClient"></a>
3163
3163
@@ -3363,7 +3363,7 @@ Please note — on macOS [you need to register an `open-url` event handler](http
| muonVersion| <code>string</code> \| <code>null</code> | <aname="Config-muonVersion"></a>The version of muon you are packaging for. |
262
262
| artifactName| <code>string</code> \| <code>null</code> | <aname="Config-artifactName"></a>The [artifact file name pattern](https://github.com/electron-userland/electron-builder/wiki/Options#artifact-file-name-pattern). Defaults to `${productName}-${version}.${ext}` (some target can have another defaults, see corresponding options).<br><br>Currently supported only for `mas`, `pkg`, `dmg` and `nsis`. |
263
263
| buildVersion| <code>string</code> \| <code>null</code> | <aname="Config-buildVersion"></a>The build version. Maps to the `CFBundleVersion` on macOS, and `FileVersion` metadata property on Windows. Defaults to the `version`. If `TRAVIS_BUILD_NUMBER` or `APPVEYOR_BUILD_NUMBER` or `CIRCLE_BUILD_NUM` or `BUILD_NUMBER` or `bamboo.buildNumber` env defined, it will be used as a build version (`version.build_number`). |
264
+
| electronCompile| <code>boolean</code> | <aname="Config-electronCompile"></a>Whether to use [electron-compile](http://github.com/electron/electron-compile) to compile app. Defaults to `true` if `electron-compile` in the dependencies. And `false` if in the `devDependencies` or doesn't specified. |
| url| <code>string</code> | <aname="GenericServerOptions-url"></a>The base url. e.g. `https://bucket_name.s3.amazonaws.com`. You can use `${os}` (expanded to `mac`, `linux` or `win` according to target platform) and `${arch}` macros. |
111
+
|**url**| <code>string</code> | <aname="GenericServerOptions-url"></a>The base url. e.g. `https://bucket_name.s3.amazonaws.com`. You can use `${os}` (expanded to `mac`, `linux` or `win` according to target platform) and `${arch}` macros. |
GitHub [personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) is required. You can generate by going to [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new). The access token should have the repo scope/permission.
120
+
Define `GH_TOKEN` environment variable.
121
+
119
122
**Kind**: interface of <code>[electron-builder-http/out/publishOptions](#module_electron-builder-http/out/publishOptions)</code>
* Whether to use [electron-compile](http://github.com/electron/electron-compile) to compile app. Defaults to `true` if `electron-compile` in the dependencies. And `false` if in the `devDependencies` or doesn't specified.
0 commit comments