JanDeDobbeleer.OhMyPosh.installer.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.74.2
  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.74.2/install-amd64.exe
  17. InstallerSha256: D0F795810DC7B296ACA4EDA690D8F7D4281FC19F9E7B8EBA3F39059EA05FB5D6
  18. InstallerSwitches:
  19. Silent: /VERYSILENT
  20. SilentWithProgress: /SILENT
  21. Custom: /ALLUSERS
  22. - Architecture: x64
  23. Scope: user
  24. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.74.2/install-amd64.exe
  25. InstallerSha256: D0F795810DC7B296ACA4EDA690D8F7D4281FC19F9E7B8EBA3F39059EA05FB5D6
  26. InstallerSwitches:
  27. Silent: /VERYSILENT
  28. SilentWithProgress: /SILENT
  29. Custom: /CURRENTUSER
  30. - Architecture: arm64
  31. Scope: machine
  32. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.74.2/install-arm64.exe
  33. InstallerSha256: 73E5C25616FEDDD4B7DEA18F6385893E25F1F6F79218059CBED45AF623AB8EBC
  34. InstallerSwitches:
  35. Silent: /VERYSILENT
  36. SilentWithProgress: /SILENT
  37. Custom: /ALLUSERS
  38. - Architecture: arm64
  39. Scope: user
  40. InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.74.2/install-arm64.exe
  41. InstallerSha256: 73E5C25616FEDDD4B7DEA18F6385893E25F1F6F79218059CBED45AF623AB8EBC
  42. InstallerSwitches:
  43. Silent: /VERYSILENT
  44. SilentWithProgress: /SILENT
  45. Custom: /CURRENTUSER
  46. ManifestType: installer
  47. ManifestVersion: 1.1.0
  48. ReleaseDate: 2022-04-28