From 1ce7ccedc7604e83ec398f510a0bbf964efc6543 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 27 Jul 2024 14:23:36 +0200 Subject: [PATCH] feat: Update flatpak command on download page Fixes a typo in the flatpak installation command on the download page. Replaces "com.zen.browser" with "io.github.zen_browser" to ensure the correct package is installed. Co-authored-by: [co-author] --- src/components/download.tsx | 3 +-- src/lib/releases.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index 7d553e8..21c6857 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -105,7 +105,6 @@ export default function DownloadPage() { MacOS Linux Windows Pretty Installer - Local Flatpak (Linux) @@ -118,7 +117,7 @@ export default function DownloadPage() {

Linux user?
We{"'"}ve recently added support for flatpak! You can download the flatpak version by running the following command: -

flatpak install flathub com.zen.browser
+
flatpak install flathub io.github.zen_browser

)} diff --git a/src/lib/releases.ts b/src/lib/releases.ts index 5897ffe..99f4dec 100644 --- a/src/lib/releases.ts +++ b/src/lib/releases.ts @@ -4,5 +4,4 @@ export const releases: any = { WindowsZip: "zen.win64.zip", MacOS: "zen.macos.dmg", Linux: "zen.linux.tar.bz2", - Flatpak: "com.zen.browser.flatpak", }; \ No newline at end of file