Interface: CustomPublishOptions
Extends
Indexable
[
index:string]:any
Properties
provider
readonlyprovider:"custom"
The provider. Must be custom.
Overrides
publishAutoUpdate?
readonlyoptionalpublishAutoUpdate?:boolean
Whether to publish auto update info files.
Auto update relies only on the first provider in the list (you can specify several publishers). Thus, probably, there`s no need to upload the metadata files for the other configured providers. But by default will be uploaded.
Default
true
Inherited from
PublishConfiguration.publishAutoUpdate
requestHeaders?
readonlyoptionalrequestHeaders?:OutgoingHttpHeaders
Any custom request headers
Inherited from
PublishConfiguration.requestHeaders
timeout?
readonlyoptionaltimeout?:number|null
Request timeout in milliseconds. (Default is 2 minutes; O is ignored)
Default
120000
Inherited from
updateProvider?
optionalupdateProvider?: (options,updater,runtimeOptions) =>any
The Provider to provide UpdateInfo regarding available updates. Required to use custom providers with electron-updater.
Parameters
options
CustomPublishOptions
updater
any
runtimeOptions
any
Returns
any