mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
feat(winget): use real silent modes
This commit is contained in:
parent
b338a36890
commit
8e1e4ae6d1
|
@ -16,23 +16,31 @@ Installers:
|
|||
Scope: machine
|
||||
InstallerSwitches:
|
||||
Custom: /ALLUSERS
|
||||
Silent: /VERYSILENT
|
||||
SilentWithProgress: /SILENT
|
||||
- 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
|
||||
Silent: /VERYSILENT
|
||||
SilentWithProgress: /SILENT
|
||||
- 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
|
||||
Silent: /VERYSILENT
|
||||
SilentWithProgress: /SILENT
|
||||
- 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
|
||||
Silent: /VERYSILENT
|
||||
SilentWithProgress: /SILENT
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.1.0
|
||||
|
|
Loading…
Reference in a new issue