Skip to main content

Interface: WindowsUpdateInfo

Extends

Properties

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


packages?

optional packages?: {[arch: string]: PackageFileInfo; } | null


path

readonly path: string

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 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