electron updater.Interface.UpdateInfo
Electron-Builder / electron-updater / UpdateInfo
Extended by¶
Properties¶
files¶
readonlyfiles:UpdateFileInfo[]
minimumSystemVersion?¶
readonlyoptionalminimumSystemVersion:string
The minimum version of system required for the app to run. Sample value: macOS 23.1.0, Windows 10.0.22631.
Same with os.release() value, this is a kernel version.
path¶
readonlypath:string
Deprecated¶
releaseDate¶
releaseDate:
string
The release date.
releaseName?¶
optionalreleaseName:null|string
The release name.
releaseNotes?¶
optionalreleaseNotes:null|string|ReleaseNoteInfo[]
The release notes. List if updater.fullChangelog is set to true, string otherwise.
sha512¶
readonlysha512:string
Deprecated¶
stagingPercentage?¶
readonlyoptionalstagingPercentage:number
The staged rollout percentage, 0-100.
version¶
readonlyversion:string
The version.