From 818b8bed76c6a95ba2fadfbca9cfbe9f9656f4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 4 Jul 2024 23:16:13 +0000 Subject: [PATCH] refactor: Update download.tsx to fix download link URL --- src/components/download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index 2cce79c..7406230 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -11,7 +11,7 @@ import { zodResolver } from '@hookform/resolvers/zod' import { releases } from "@/lib/releases"; import { addDownload } from "@/lib/db"; -const BASE_URL = "https://github.com/zen-browser/desktop/releases/download/latest"; +const BASE_URL = "https://github.com/zen-browser/desktop/releases/latest/download"; function getDefaultPlatformBasedOnUserAgent() { let userAgent = "";