summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-05-09 20:05:02 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-05-09 20:05:02 -0400
commit4b70c5edcc66149e8f76e633570a00f97d540b23 (patch)
tree53c4fd2de6faf929709a33e320474c7e20db37c4 /deployment
parentd63f169d703b958cd3b00a90a4f028a4a3007e7d (diff)
github: update deployment process for winget files
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/winget/winget.yaml.template29
1 files changed, 17 insertions, 12 deletions
diff --git a/deployment/windows/winget/winget.yaml.template b/deployment/windows/winget/winget.yaml.template
index 383841c3..d577505a 100644
--- a/deployment/windows/winget/winget.yaml.template
+++ b/deployment/windows/winget/winget.yaml.template
@@ -1,16 +1,21 @@
-Id: Clement.bottom
-Version: $version
-Name: bottom
+PackageIdentifier: Clement.bottom
+PackageVersion: $version
+PackageName: bottom
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.
-Homepage: https://github.com/ClementTsang/bottom
+Moniker: bottom
+Tags:
+- tui
+- monitoring
+- terminal
+ShortDescription: Yet another cross-platform graphical process/system monitor.
+PackageUrl: https://github.com/ClementTsang/bottom
Installers:
- - Arch: x64
- Url: https://github.com/ClementTsang/bottom/releases/download/$version/bottom_x86_64_installer.msi
- Sha256: $hash1
- InstallerType: msi
- \ No newline at end of file
+- Architecture: x64
+ InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/$version/bottom_x86_64_installer.msi
+ InstallerSha256: $hash1
+ InstallerType: msi
+PackageLocale: en-US
+ManifestType: singleton
+ManifestVersion: 1.0.0 \ No newline at end of file