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

51 lines
1.7 KiB
YAML
Raw Normal View History

2021-01-29 10:50:11 -08:00
PackageIdentifier: JanDeDobbeleer.OhMyPosh
PackageVersion: <VERSION>
ReleaseDate: <DATE>
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.0.0
InstallerType: inno
2021-01-29 10:50:11 -08:00
InstallModes:
- interactive
- silent
- silentWithProgress
2021-01-29 10:50:11 -08:00
Installers:
2021-06-25 10:22:47 -07:00
- Architecture: x64
2021-09-14 09:13:33 -07:00
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
InstallerSha256: <HASH-AMD64>
Scope: machine
InstallerSwitches:
2023-05-08 11:35:21 -07:00
Custom: /INSTALLER=winget /ALLUSERS
- Architecture: x64
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
InstallerSha256: <HASH-AMD64>
Scope: user
InstallerSwitches:
2023-05-08 11:35:21 -07:00
Custom: /INSTALLER=winget /CURRENTUSER
- Architecture: x86
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
InstallerSha256: <HASH-386>
Scope: machine
InstallerSwitches:
2023-05-08 11:35:21 -07:00
Custom: /INSTALLER=winget /ALLUSERS
- Architecture: x86
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
InstallerSha256: <HASH-386>
Scope: user
InstallerSwitches:
2023-05-08 11:35:21 -07:00
Custom: /INSTALLER=winget /CURRENTUSER
- Architecture: arm64
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
InstallerSha256: <HASH-ARM64>
Scope: machine
InstallerSwitches:
2023-05-08 11:35:21 -07:00
Custom: /INSTALLER=winget /ALLUSERS
2021-09-14 09:13:33 -07:00
- Architecture: arm64
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
InstallerSha256: <HASH-ARM64>
Scope: user
InstallerSwitches:
2023-05-08 11:35:21 -07:00
Custom: /INSTALLER=winget /CURRENTUSER
ManifestType: installer
ManifestVersion: 1.6.0