builder util runtime.Interface.GenericServerOptions
Electron-Builder / builder-util-runtime / GenericServerOptions
Generic (any HTTP(S) server) options. In all publish options File Macros are supported.
Extends¶
Properties¶
channel?¶
readonlyoptionalchannel:null|string
The channel.
Default¶
latest
provider¶
readonlyprovider:"generic"
The provider. Must be generic.
Overrides¶
url¶
readonlyurl:string
The base url. e.g. https://bucket_name.s3.amazonaws.com.
useMultipleRangeRequest?¶
readonlyoptionaluseMultipleRangeRequest:boolean
Whether to use multiple range requests for differential update. Defaults to true if url doesn’t contain s3.amazonaws.com.