fix(winget): adjust templates to latest spec

relates to https://github.com/microsoft/winget-pkgs/pull/36977
This commit is contained in:
Jan De Dobbeleer 2021-12-05 20:49:50 +01:00
parent 0e5fc7dbe0
commit 4f921dbb0f
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE
2 changed files with 29 additions and 18 deletions

View file

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

View file

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