builder util runtime.Interface.PublishConfiguration
Electron-Builder / builder-util-runtime / PublishConfiguration
Extended by¶
CustomPublishOptionsGenericServerOptionsGithubOptionsKeygenOptionsBitbucketOptionsSnapStoreOptionsBaseS3Options
Properties¶
provider¶
readonlyprovider:PublishProvider
The provider.
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
requestHeaders?¶
readonlyoptionalrequestHeaders:OutgoingHttpHeaders
Any custom request headers
timeout?¶
readonlyoptionaltimeout:null|number
Request timeout in milliseconds. (Default is 2 minutes; O is ignored)
Default¶
120000