electron updater.Interface.UpdateInfo
Electron-Builder / electron-updater / UpdateInfo
Extended by¶
Properties¶
files¶
readonly
files:UpdateFileInfo
[]
minimumSystemVersion?¶
readonly
optional
minimumSystemVersion: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¶
readonly
path:string
Deprecated¶
releaseDate¶
releaseDate:
string
The release date.
releaseName?¶
optional
releaseName:null
|string
The release name.
releaseNotes?¶
optional
releaseNotes:null
|string
|ReleaseNoteInfo
[]
The release notes. List if updater.fullChangelog
is set to true
, string
otherwise.
sha512¶
readonly
sha512:string
Deprecated¶
stagingPercentage?¶
readonly
optional
stagingPercentage:number
The staged rollout percentage, 0-100.
version¶
readonly
version:string
The version.