From d505ccb4c51878504e4bc2ccfe4efba58a899530 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:27:47 -0300 Subject: [PATCH] change releases url to latest release --- src/renderer/src/components/header/auto-update-sub-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/header/auto-update-sub-header.tsx b/src/renderer/src/components/header/auto-update-sub-header.tsx index cdf5fe22..73c02b84 100644 --- a/src/renderer/src/components/header/auto-update-sub-header.tsx +++ b/src/renderer/src/components/header/auto-update-sub-header.tsx @@ -6,7 +6,7 @@ import * as styles from "./header.css"; import { AppUpdaterEvent } from "@types"; export const releasesPageUrl = - "https://github.com/hydralauncher/hydra/releases"; + "https://github.com/hydralauncher/hydra/releases/latest"; const isMac = window.electron.platform === "darwin";