JanDeDobbeleer.OhMyPosh.installer.yaml 1.5 KB

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