mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
16 lines
522 B
YAML
16 lines
522 B
YAML
PackageIdentifier: JanDeDobbeleer.OhMyPosh
|
|
PackageVersion: <VERSION>
|
|
InstallModes:
|
|
- "silent"
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerType: inno
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
|
|
InstallerSha256: <HASH-AMD64>
|
|
- Architecture: arm64
|
|
InstallerType: inno
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
|
InstallerSha256: <HASH-ARM64>
|
|
ManifestType: "installer"
|
|
ManifestVersion: 1.0.0
|