builder util runtime.Interface.KeygenOptions
Electron-Builder / builder-util-runtime / KeygenOptions
Keygen options.
https://keygen.sh/
Define KEYGEN_TOKEN environment variable.
Extends¶
Properties¶
account¶
readonlyaccount:string
Keygen account’s UUID
channel?¶
readonlyoptionalchannel:null|"stable"|"rc"|"beta"|"alpha"|"dev"
The channel.
Default¶
stable
host?¶
readonlyoptionalhost:string
Keygen host for self-hosted instances
Default¶
"api.keygen.sh"
platform?¶
readonlyoptionalplatform:null|string
The target Platform. Is set programmatically explicitly during publishing.
product¶
readonlyproduct:string
Keygen product’s UUID
provider¶
readonlyprovider:"keygen"
The provider. Must be keygen.
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:null|number
Request timeout in milliseconds. (Default is 2 minutes; O is ignored)
Default¶
120000