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