GitHub.cli.installer.yaml 669 B

12345678910111213141516171819202122232425
  1. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
  2. PackageIdentifier: GitHub.cli
  3. PackageVersion: 2.9.0
  4. Platform:
  5. - Windows.Desktop
  6. MinimumOSVersion: 10.0.0.0
  7. InstallerType: wix
  8. Scope: machine
  9. InstallModes:
  10. - interactive
  11. - silent
  12. - silentWithProgress
  13. UpgradeBehavior: install
  14. Commands:
  15. - gh
  16. ReleaseDate: 2022-04-26
  17. Installers:
  18. - Architecture: x64
  19. InstallerUrl: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_windows_amd64.msi
  20. InstallerSha256: DC10627DD158737EB36E6CC5D3CBF31CDC0C73D8FE8C439268102B927232AC5E
  21. ProductCode: "{8EEB8B5B-F261-476D-B228-022C703CCBF6}"
  22. ManifestType: installer
  23. ManifestVersion: 1.1.0