summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-25 21:15:13 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-25 21:15:13 -0400
commit8a567df1ae910f811c3144c98fb92633ba415eba (patch)
tree28576a734c6339dc383f9a3d5eba8b1a395bc53b /deployment
parent5d21b0f7f56d44f73a802a4da06e08c688f14de8 (diff)
ci: Update winget template with more details
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/winget/winget.yaml.template7
1 files 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