mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
8276799e9a
resolves #2307
51 lines
1.6 KiB
YAML
51 lines
1.6 KiB
YAML
PackageIdentifier: JanDeDobbeleer.OhMyPosh
|
|
PackageVersion: <VERSION>
|
|
ReleaseDate: <DATE>
|
|
Platform:
|
|
- Windows.Desktop
|
|
MinimumOSVersion: 10.0.0.0
|
|
InstallerType: inno
|
|
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>
|
|
Scope: machine
|
|
InstallerSwitches:
|
|
Custom: /ALLUSERS
|
|
- Architecture: x64
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
|
|
InstallerSha256: <HASH-AMD64>
|
|
Scope: user
|
|
InstallerSwitches:
|
|
Custom: /CURRENTUSER
|
|
- Architecture: x86
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
|
|
InstallerSha256: <HASH-386>
|
|
Scope: machine
|
|
InstallerSwitches:
|
|
Custom: /ALLUSERS
|
|
- Architecture: x86
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
|
|
InstallerSha256: <HASH-386>
|
|
Scope: user
|
|
InstallerSwitches:
|
|
Custom: /CURRENTUSER
|
|
- Architecture: arm64
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
|
InstallerSha256: <HASH-ARM64>
|
|
Scope: machine
|
|
InstallerSwitches:
|
|
Custom: /ALLUSERS
|
|
- Architecture: arm64
|
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
|
InstallerSha256: <HASH-ARM64>
|
|
Scope: user
|
|
InstallerSwitches:
|
|
Custom: /CURRENTUSER
|
|
ManifestType: installer
|
|
ManifestVersion: 1.1.0
|