mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 04:07:25 -08:00
fix(winget): add installer switches
This commit is contained in:
parent
0f7c10328f
commit
ca0a9c0e14
|
@ -15,36 +15,36 @@ Installers:
|
||||||
InstallerSha256: <HASH-AMD64>
|
InstallerSha256: <HASH-AMD64>
|
||||||
Scope: machine
|
Scope: machine
|
||||||
InstallerSwitches:
|
InstallerSwitches:
|
||||||
Custom: /INSTALLER=winget
|
Custom: /INSTALLER=winget /ALLUSERS
|
||||||
- Architecture: x64
|
- Architecture: x64
|
||||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
|
||||||
InstallerSha256: <HASH-AMD64>
|
InstallerSha256: <HASH-AMD64>
|
||||||
Scope: user
|
Scope: user
|
||||||
InstallerSwitches:
|
InstallerSwitches:
|
||||||
Custom: /INSTALLER=winget
|
Custom: /INSTALLER=winget /CURRENTUSER
|
||||||
- Architecture: x86
|
- Architecture: x86
|
||||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
|
||||||
InstallerSha256: <HASH-386>
|
InstallerSha256: <HASH-386>
|
||||||
Scope: machine
|
Scope: machine
|
||||||
InstallerSwitches:
|
InstallerSwitches:
|
||||||
Custom: /INSTALLER=winget
|
Custom: /INSTALLER=winget /ALLUSERS
|
||||||
- Architecture: x86
|
- Architecture: x86
|
||||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe
|
||||||
InstallerSha256: <HASH-386>
|
InstallerSha256: <HASH-386>
|
||||||
Scope: user
|
Scope: user
|
||||||
InstallerSwitches:
|
InstallerSwitches:
|
||||||
Custom: /INSTALLER=winget
|
Custom: /INSTALLER=winget /CURRENTUSER
|
||||||
- Architecture: arm64
|
- Architecture: arm64
|
||||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
||||||
InstallerSha256: <HASH-ARM64>
|
InstallerSha256: <HASH-ARM64>
|
||||||
Scope: machine
|
Scope: machine
|
||||||
InstallerSwitches:
|
InstallerSwitches:
|
||||||
Custom: /INSTALLER=winget
|
Custom: /INSTALLER=winget /ALLUSERS
|
||||||
- Architecture: arm64
|
- Architecture: arm64
|
||||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
||||||
InstallerSha256: <HASH-ARM64>
|
InstallerSha256: <HASH-ARM64>
|
||||||
Scope: user
|
Scope: user
|
||||||
InstallerSwitches:
|
InstallerSwitches:
|
||||||
Custom: /INSTALLER=winget
|
Custom: /INSTALLER=winget /CURRENTUSER
|
||||||
ManifestType: installer
|
ManifestType: installer
|
||||||
ManifestVersion: 1.4.0
|
ManifestVersion: 1.4.0
|
||||||
|
|
Loading…
Reference in a new issue