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 PackageIdentifier: JanDeDobbeleer.OhMyPosh
PackageVersion: <VERSION> PackageVersion: <VERSION>
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.0.0
InstallerType: inno
Scope: user
InstallModes: InstallModes:
- "silent" - interactive
- silent
- silentWithProgress
Installers: Installers:
- Architecture: x64 - Architecture: x64
InstallerType: inno
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe
InstallerSha256: <HASH-AMD64> InstallerSha256: <HASH-AMD64>
- Architecture: arm64 - Architecture: arm64
InstallerType: inno
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-arm64.exe
InstallerSha256: <HASH-ARM64> InstallerSha256: <HASH-ARM64>
ManifestType: "installer" ManifestType: installer
ManifestVersion: 1.0.0 ManifestVersion: 1.0.0

View file

@ -2,22 +2,28 @@ PackageIdentifier: JanDeDobbeleer.OhMyPosh
PackageVersion: <VERSION> PackageVersion: <VERSION>
PackageLocale: en-US PackageLocale: en-US
Publisher: Jan De Dobbeleer 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 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 ShortDescription: Prompt theme engine for any shell
Moniker: oh-my-posh
Tags: Tags:
- "console" - cli
- "command-line" - cmd
- "shell" - command-line
- "command-prompt" - command-prompt
- "powershell" - console
- "wsl" - developer-tools
- "developer-tools" - oh-my-posh
- "utilities" - powershell
- "cli" - ps
- "cmd" - shell
- "ps" - terminal
- "terminal" - utilities
- "oh-my-posh" - wsl
ManifestType: defaultLocale ManifestType: defaultLocale
ManifestVersion: 1.0.0 ManifestVersion: 1.0.0