Skip to content

electron updater.Interface.UpdateDownloadedEvent

Electron-Builder / electron-updater / UpdateDownloadedEvent

Extends

Properties

downloadedFile

downloadedFile: string


files

readonly files: UpdateFileInfo[]

Inherited from

UpdateInfo.files


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

UpdateInfo.path


releaseDate

releaseDate: string

The release date.

Inherited from

UpdateInfo.releaseDate


releaseName?

optional releaseName: null | string

The release name.

Inherited from

UpdateInfo.releaseName


releaseNotes?

optional releaseNotes: null | string | ReleaseNoteInfo[]

The release notes. List if updater.fullChangelog is set to true, string otherwise.

Inherited from

UpdateInfo.releaseNotes


sha512

readonly sha512: string

Deprecated

Inherited from

UpdateInfo.sha512


stagingPercentage?

readonly optional stagingPercentage: number

The staged rollout percentage, 0-100.

Inherited from

UpdateInfo.stagingPercentage


version

readonly version: string

The version.

Inherited from

UpdateInfo.version