electron updater.Interface.UpdateDownloadedEvent
Electron-Builder / electron-updater / UpdateDownloadedEvent
继承自¶
属性¶
downloadedFile¶
downloadedFile:
string
files¶
readonlyfiles:UpdateFileInfo[]
继承自¶
minimumSystemVersion?¶
readonlyoptionalminimumSystemVersion:string
应用程序运行所需的最低系统版本。示例值:macOS 23.1.0,Windows 10.0.22631。与 os.release() 值相同,这是一个内核版本。
继承自¶
UpdateInfo.minimumSystemVersion
path¶
readonlypath:string
已弃用¶
继承自¶
releaseDate¶
releaseDate:
string
发布日期。
继承自¶
releaseName?¶
optionalreleaseName:null|string
发布名称。
继承自¶
releaseNotes?¶
optionalreleaseNotes:null|string|ReleaseNoteInfo[]
发布说明。如果 `updater.fullChangelog` 设置为 `true`,则为列表,否则为 `string`。
继承自¶
sha512¶
readonlysha512:string
已弃用¶
继承自¶
stagingPercentage?¶
readonlyoptionalstagingPercentage:number
分阶段发布 百分比,0-100。
继承自¶
version¶
readonlyversion:string
版本。