From 027a810cfa8121e6720ef46c674415d55600b208 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 16 Dec 2024 21:10:51 +0100 Subject: [PATCH] feat: add winget at download page --- src/content/docs/overview/downloads.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md index d164b34..ea2c903 100644 --- a/src/content/docs/overview/downloads.md +++ b/src/content/docs/overview/downloads.md @@ -10,6 +10,8 @@ detailed instructions on installation and getting started, please refer to the ## Download Options Across Platforms +[![Packaging status](https://repology.org/badge/vertical-allrepos/gpgfrontend.svg)](https://repology.org/project/gpgfrontend/versions) + ### GitHub Releases - **Stable Release**: Click the badge below to directly navigate to the @@ -45,11 +47,21 @@ detailed instructions on installation and getting started, please refer to the [![Download on Flathub](https://flathub.org/api/badge?locale=en)](https://flathub.org/apps/com.bktus.gpgfrontend) -### Microsoft Store +### Windows + +- **WinGet Package**: Windows users can also install GpgFrontend through the Windows Package Manager (WinGet). Check the version information through the badge below or install using the command line. + + [![WinGet Package Version](https://img.shields.io/winget/v/Saturneric.GpgFrontend?style=for-the-badge)](https://repology.org/project/gpgfrontend/versions) + + Install command: + + ``` + winget install Saturneric.GpgFrontend + ``` - **Microsoft Store Download**: Windows users can visit the application store page through the Microsoft Store badge below. - - - + + +