From 7230cf492f19df49f26f8a6f8d903e3c266fbe22 Mon Sep 17 00:00:00 2001 From: rosahaj <141790572+rosahaj@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:43:33 +0200 Subject: [PATCH 1/2] Add RPM and AppImage download options --- src/content/data/download-dictionary.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/content/data/download-dictionary.ts b/src/content/data/download-dictionary.ts index 52fb3757..874ddb60 100644 --- a/src/content/data/download-dictionary.ts +++ b/src/content/data/download-dictionary.ts @@ -61,6 +61,14 @@ export const getDownloadOptionsDictionary = async (): Promise Date: Wed, 6 Nov 2024 04:01:20 +0100 Subject: [PATCH 2/2] Rename DEB and RPM download options to reflect package format rather than distribution --- src/content/data/download-dictionary.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/data/download-dictionary.ts b/src/content/data/download-dictionary.ts index 874ddb60..67d7b6ef 100644 --- a/src/content/data/download-dictionary.ts +++ b/src/content/data/download-dictionary.ts @@ -57,7 +57,7 @@ export const getDownloadOptionsDictionary = async (): Promise