oh-my-posh/packages/winget/JanDeDobbeleer.OhMyPosh.installer.yaml

21 lines
595 B
YAML

PackageIdentifier: JanDeDobbeleer.OhMyPosh
PackageVersion: <VERSION>
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.0.0
InstallerType: inno
Scope: user
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
InstallerSha256: <HASH-AMD64>
- Architecture: arm64
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
InstallerSha256: <HASH-ARM64>
ManifestType: installer
ManifestVersion: 1.0.0