builder util runtime.Interface.CustomPublishOptions
Electron-Builder / builder-util-runtime / CustomPublishOptions
Extends¶
Indexable¶
[index: string]: any
Properties¶
provider¶
readonlyprovider:"custom"
The provider. Must be custom.
Overrides¶
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