mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
change releases url to latest release
This commit is contained in:
parent
8bdd70e7d3
commit
d505ccb4c5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue