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";