mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
fix(winget): adjust templates to latest spec
relates to https://github.com/microsoft/winget-pkgs/pull/36977
This commit is contained in:
parent
0e5fc7dbe0
commit
4f921dbb0f
|
@ -1,15 +1,20 @@
|
|||
PackageIdentifier: JanDeDobbeleer.OhMyPosh
|
||||
PackageVersion: <VERSION>
|
||||
Platform:
|
||||
- Windows.Desktop
|
||||
MinimumOSVersion: 10.0.0.0
|
||||
InstallerType: inno
|
||||
Scope: user
|
||||
InstallModes:
|
||||
- "silent"
|
||||
- interactive
|
||||
- silent
|
||||
- silentWithProgress
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerType: inno
|
||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
|
||||
InstallerSha256: <HASH-AMD64>
|
||||
- Architecture: arm64
|
||||
InstallerType: inno
|
||||
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
|
||||
InstallerSha256: <HASH-ARM64>
|
||||
ManifestType: "installer"
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
|
|
@ -2,22 +2,28 @@ PackageIdentifier: JanDeDobbeleer.OhMyPosh
|
|||
PackageVersion: <VERSION>
|
||||
PackageLocale: en-US
|
||||
Publisher: Jan De Dobbeleer
|
||||
PublisherUrl: https://github.com/JanDeDobbeleer/oh-my-posh/
|
||||
PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues
|
||||
Author: Jan De Dobbeleer
|
||||
PackageName: Oh My Posh
|
||||
License: GPL
|
||||
PackageUrl: https://ohmyposh.dev/
|
||||
License: GNU General Public License v3.0
|
||||
LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING
|
||||
ShortDescription: Prompt theme engine for any shell
|
||||
Moniker: oh-my-posh
|
||||
Tags:
|
||||
- "console"
|
||||
- "command-line"
|
||||
- "shell"
|
||||
- "command-prompt"
|
||||
- "powershell"
|
||||
- "wsl"
|
||||
- "developer-tools"
|
||||
- "utilities"
|
||||
- "cli"
|
||||
- "cmd"
|
||||
- "ps"
|
||||
- "terminal"
|
||||
- "oh-my-posh"
|
||||
- cli
|
||||
- cmd
|
||||
- command-line
|
||||
- command-prompt
|
||||
- console
|
||||
- developer-tools
|
||||
- oh-my-posh
|
||||
- powershell
|
||||
- ps
|
||||
- shell
|
||||
- terminal
|
||||
- utilities
|
||||
- wsl
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.0.0
|
||||
|
|
Loading…
Reference in a new issue