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]
This commit is contained in:
Mauro Balades
2024-07-27 14:23:36 +02:00
parent dc5c811bdf
commit 1ce7ccedc7
2 changed files with 1 additions and 3 deletions

View File

@@ -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",
};