Skip to main content

Interface: 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 optional path?: string

Legacy top-level download descriptor for electron-updater 1.x – 2.15.0. Modern clients read files. Only emitted when electronUpdaterCompatibility includes legacy clients, so it may be absent.

Deprecated

Inherited from

UpdateInfo.path


releaseDate

releaseDate: string

The release date.

Inherited from

UpdateInfo.releaseDate


releaseName?

optional releaseName?: string | null

The release name.

Inherited from

UpdateInfo.releaseName


releaseNotes?

optional releaseNotes?: string | ReleaseNoteInfo[] | null

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

Inherited from

UpdateInfo.releaseNotes


sha512?

readonly optional sha512?: string

Legacy top-level checksum for electron-updater 1.x – 2.15.0. Modern clients read files[].sha512. Only emitted when electronUpdaterCompatibility includes legacy clients, so it may be absent.

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