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.1
|
|
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.1/gh_1.10.1_windows_amd64.msi
|
|
InstallerSha256: B0F7224750B64B09BFCE9B7D4257DA0C2C41A6B8590D69FCB8F820DC5137FB24
|
|
ProductCode: "{20930863-77A1-41B4-90A8-1EE33A201A04}"
|
|
Scope: machine
|
|
InstallerLocale: en-US
|
|
UpgradeBehavior: install
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|