23 lines
651 B
YAML
23 lines
651 B
YAML
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
|
PackageIdentifier: GitHub.cli
|
|
PackageVersion: 1.10.3
|
|
MinimumOSVersion: 10.0.0.0
|
|
Commands:
|
|
- gh
|
|
InstallModes:
|
|
- interactive
|
|
- silent
|
|
- silentWithProgress
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerType: msi
|
|
InstallerUrl: https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_windows_amd64.msi
|
|
InstallerSha256: 7209cf2aed0e8efcf4772b7f1421614fa6e037723000e7a4d3dd5f4eff41d859
|
|
ProductCode: "{0EC3621B-F804-4480-BF78-6C8D12A46D02}"
|
|
Scope: machine
|
|
InstallerLocale: en-US
|
|
UpgradeBehavior: install
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|