From 2e3f91a224ff092ffa08bc68055795eb8ba61d71 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 28 Jun 2025 02:32:19 +0200 Subject: docs(overview): enhance Downloads section with stable and nightly release options, improve asset naming clarity, and streamline installation instructions --- src/content/docs/overview/downloads.mdx | 97 +++++++++++++++------------------ 1 file changed, 43 insertions(+), 54 deletions(-) diff --git a/src/content/docs/overview/downloads.mdx b/src/content/docs/overview/downloads.mdx index 6f1935a..504dac1 100644 --- a/src/content/docs/overview/downloads.mdx +++ b/src/content/docs/overview/downloads.mdx @@ -15,9 +15,10 @@ import { Tabs, TabItem, Badge } from "@astrojs/starlight/components"; ## Direct Downloads -![GitHub Release](https://img.shields.io/github/v/release/saturneric/GpgFrontend?style=for-the-badge) +![GitHub Release](https://img.shields.io/github/v/release/saturneric/GpgFrontend?style=for-the-badge&label=Stable) +![GitHub Nightly](https://img.shields.io/github/v/release/saturneric/GpgFrontend?include_prereleases&filter=nightly*&display_name=release&style=for-the-badge&label=Nightly) -Choose from the options below to download GpgFrontend for your platform: +Choose the version that fits your needs: + -### Asset Naming Patterns and Descriptions +### Asset Naming Below is a summary table explaining the naming patterns and purposes of each downloadable asset. You can use the filename patterns to quickly identify and select the appropriate package for your platform or use case. -| Filename Pattern | Description | -| --------------------------------- | ------------------------------------------------------------------------------------------- | -| `***-universal.zip` | The universal package: contains both Windows Portable and Linux AppImage in one archive. | -| `***-windows-x86_64-portable.zip` | Fully portable Windows version. No installation needed; just extract and run. | -| `***-windows-x86_64.msix` | MSIX installer for Windows (recommended for most Windows users). | -| `***-windows-x86_64.msi` | Classic MSI installer for Windows; suitable for legacy/enterprise environments. | -| `***-macos-**.dmg` | macOS disk image; number = minimum required macOS version. Drag to install. | -| `***-linux-******.AppImage` | AppImage for Linux; make it executable and run directly. | -| `*.sig` | GPG signature file for verifying the integrity and authenticity of the corresponding asset. | - -## Homebrew Cask - -Mac users can check the version information through the badge below or install -using the command line. - -[![Homebrew Cask](https://img.shields.io/homebrew/cask/v/gpgfrontend?style=for-the-badge)](https://formulae.brew.sh/cask/gpgfrontend) - -Install command: - -``` -brew install --cask gpgfrontend -``` - -## Flatpak - -Linux users can click the image below to navigate to the Flathub page for -installation. - -[![Download on Flathub](https://flathub.org/api/badge?locale=en)](https://flathub.org/apps/com.bktus.gpgfrontend) - -## Windows - -There are several convenient ways to install GpgFrontend on Windows. Choose the -method that best fits your workflow. +| Filename Pattern | Description | +| ------------------------------ | ----------------------------------------------------------------- | +| `-universal.zip` | Contains both Windows Portable and Linux AppImage in one archive. | +| `-windows-x86_64-portable.zip` | Fully portable Windows version. No installation needed; | +| `-windows-x86_64.msix` | MSIX installer for Windows (Recommended). | +| `-windows-x86_64.msi` | MSI installer for Windows; For Legacy/Enterprise environments. | +| `-macos-.dmg` | macOS disk image; \ = minimum required macOS version. | +| `-linux-.AppImage` | AppImage for Linux; make it executable and run directly. | +| `*.sig` | GPG signature file for verifying the integrity and authenticity. | - - - Install directly using the command line. +## Platform-Specific Installation - ```shell - winget install Saturneric.GpgFrontend - ``` +Install GpgFrontend via your preferred package manager or store: - - - Visit the application store page via the badge below: - - - - - - - + + + + + + -- cgit v1.2.3