From af1b4e60d3c49f967e9b8fff7249254545f19323 Mon Sep 17 00:00:00 2001 From: reya Date: Sun, 28 Jan 2024 08:45:04 +0700 Subject: [PATCH] web: update download link --- apps/web/src/pages/index.astro | 38 ++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/apps/web/src/pages/index.astro b/apps/web/src/pages/index.astro index 18682a5a..f564807e 100644 --- a/apps/web/src/pages/index.astro +++ b/apps/web/src/pages/index.astro @@ -37,7 +37,7 @@ import { Seo } from "astro-seo-meta"; -
+

About Lume

@@ -102,33 +102,39 @@ import { Seo } from "astro-seo-meta";

Download and Explore

(Universal) macOS: Lume.3_3.0.0_universal.dmg + href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/Lume_3.0.0_universal.dmg" + >Lume_3.0.0_universal.dmg

(x86-64) Windows 11: Lume.3_3.0.0_x64-setup.exe + href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/Lume_3.0.0_x64-setup.exe" + >Lume_3.0.0_x64-setup.exe +

(x86-64) Ubuntu: lume-3_3.0.0_amd64.deb + href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/lume_3.0.0_amd64.deb" + >lume_3.0.0_amd64.deb +

(x86-64) Fedora: lume-3-3.0.0-1.x86_64.rpm + href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/lume-3.0.0-1.x86_64.rpm" + >lume-3.0.0-1.x86_64.rpm +

- (x86-64) Other Linux: lume-3_3.0.0_amd64.AppImage + (x86-64) Linux Flatpak: lume_3.0.0_amd64.flatpak + +

+

+ (x86-64) Linux AppImage: lume_3.0.0_amd64.AppImage +

Support for ARM, RISC-V and Loongarch architecture are coming soon.