builder util runtime.Interface.BlockMapDataHolder
Electron-Builder / builder-util-runtime / BlockMapDataHolder
Extended by¶
Properties¶
blockMapSize?¶
optionalblockMapSize: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?¶
readonlyoptionalisAdminRightsRequired:boolean
sha512¶
readonlysha512:string
The file checksum.
size?¶
optionalsize: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).