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¶
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