JanDeDobbeleer.OhMyPosh.installer.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Created using wingetcreate 1.0.4.0
  2. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
  3. PackageIdentifier: JanDeDobbeleer.OhMyPosh
  4. PackageVersion: 7.79.0
  5. Platform:
  6. - Windows.Desktop
  7. MinimumOSVersion: 10.0.0.0
  8. InstallerType: inno
  9. InstallModes:
  10. - interactive
  11. - silent
  12. - silentWithProgress
  13. Installers:
  14. - Architecture: x64
  15. Scope: machine
  16. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.79.0/install-amd64.exe
  17. InstallerSha256: 6BC36AECC5479F04FFB38E9B97C250D26113916EC48FE12272E014214F0E1A68
  18. InstallerSwitches:
  19. Custom: /ALLUSERS
  20. - Architecture: x64
  21. Scope: user
  22. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.79.0/install-amd64.exe
  23. InstallerSha256: 6BC36AECC5479F04FFB38E9B97C250D26113916EC48FE12272E014214F0E1A68
  24. InstallerSwitches:
  25. Custom: /CURRENTUSER
  26. - Architecture: arm64
  27. Scope: machine
  28. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.79.0/install-arm64.exe
  29. InstallerSha256: B2A2D6F2EBDB1D80D622DF825092918F66D2B3B05CDB943A64CFF1B0CEBE4CDA
  30. InstallerSwitches:
  31. Custom: /ALLUSERS
  32. - Architecture: arm64
  33. Scope: user
  34. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.79.0/install-arm64.exe
  35. InstallerSha256: B2A2D6F2EBDB1D80D622DF825092918F66D2B3B05CDB943A64CFF1B0CEBE4CDA
  36. InstallerSwitches:
  37. Custom: /CURRENTUSER
  38. ManifestType: installer
  39. ManifestVersion: 1.1.0
  40. ReleaseDate: 2022-05-06