feat(winget): use real silent modes

This commit is contained in:
Jan De Dobbeleer 2022-04-27 23:16:04 +02:00 committed by Jan De Dobbeleer
parent b338a36890
commit 8e1e4ae6d1

View file

@ -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