mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix(winget): remove duplicate installer
This commit is contained in:
parent
b21670f35b
commit
dbcd16b412
|
@ -3,10 +3,6 @@ PackageVersion: <VERSION>
|
|||
InstallModes:
|
||||
- "silent"
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerType: inno
|
||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install.exe
|
||||
InstallerSha256: <HASH>
|
||||
- Architecture: x86
|
||||
InstallerType: inno
|
||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install.exe
|
||||
|
|
Loading…
Reference in a new issue