change releases url to latest release

This commit is contained in:
Zamitto 2024-06-02 02:27:47 -03:00
parent 8bdd70e7d3
commit d505ccb4c5

View file

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