electron updater.Interface.PackageFileInfo
Electron-Builder / electron-updater / PackageFileInfo
Extends¶
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.
Inherited from¶
BlockMapDataHolder
.blockMapSize
isAdminRightsRequired?¶
readonly
optional
isAdminRightsRequired:boolean
Inherited from¶
BlockMapDataHolder
.isAdminRightsRequired
path¶
readonly
path:string
sha512¶
readonly
sha512:string
The file checksum.
Inherited from¶
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).