Skip to content

builder util runtime.Interface.BlockMapDataHolder

Electron-Builder / builder-util-runtime / BlockMapDataHolder

Extended by

Properties

blockMapSize?

optional blockMapSize: number

The block map file size. Used when block map data is embedded into the file (appimage, windows web installer package). This information can be obtained from the file itself, but it requires additional HTTP request, so, to reduce request count, block map size is specified in the update metadata too.


isAdminRightsRequired?

readonly optional isAdminRightsRequired: boolean


sha512

readonly sha512: string

The file checksum.


size?

optional size: number

The file size. Used to verify downloaded size (save one HTTP request to get length). Also used when block map data is embedded into the file (appimage, windows web installer package).