Skip to content

builder util runtime.Interface.CustomPublishOptions

Electron-Builder / builder-util-runtime / CustomPublishOptions

Extends

Indexable

[index: string]: any

Properties

provider

readonly provider: "custom"

The provider. Must be custom.

Overrides

PublishConfiguration.provider


updateProvider()?

optional updateProvider: (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