feat: Update flatpak installation link on download page

This commit is contained in:
Mauro Balades
2024-08-03 22:11:46 +02:00
parent d441a2f8d8
commit f088216376

View File

@@ -131,7 +131,7 @@ export default function DownloadPage() {
const startDownload = () => {
let releaseTarget: string;
if (selectedLinuxDownloadType === "flatpak") {
window.open("https://flathub.org/apps/io.github.zen_browser.zen", "_blank");
window.open("https://dl.flathub.org/repo/appstream/io.github.zen_browser.zen.flatpakref");
releaseTarget = "flatpak";
} else {
const platform = releaseTree[selectedPlatform.toLowerCase()];