From 8a567df1ae910f811c3144c98fb92633ba415eba Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 25 Aug 2020 21:15:13 -0400 Subject: [PATCH] ci: Update winget template with more details --- deployment/windows/winget/winget.yaml.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployment/windows/winget/winget.yaml.template b/deployment/windows/winget/winget.yaml.template index 6d8b6f77..383841c3 100644 --- a/deployment/windows/winget/winget.yaml.template +++ b/deployment/windows/winget/winget.yaml.template @@ -1,8 +1,9 @@ Id: Clement.bottom Version: $version Name: bottom -Publisher: Clement -License: MIT +Publisher: Clement Tsang +License: MIT License +LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE AppMoniker: bottom Tags: tui, monitoring, terminal Description: Yet another cross-platform graphical process/system monitor. @@ -12,4 +13,4 @@ Installers: Url: https://github.com/ClementTsang/bottom/releases/download/$version/bottom_x86_64_installer.msi Sha256: $hash1 InstallerType: msi - + \ No newline at end of file