Interface: 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?:string|null
The release name.
releaseNotes?
optionalreleaseNotes?:string|ReleaseNoteInfo[] |null
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.