Skip to content

Commit

Permalink
build: use latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
MystiPanda committed May 19, 2024
1 parent 6829d34 commit c7d51cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async function getLatestAlphaVersion() {
/* ======= clash meta stable ======= */
const META_VERSION_URL =
"https://github.com/MetaCubeX/mihomo/releases/latest/download/version.txt";
const META_URL_PREFIX = `https://github.com/clash-verge-rev/mihomo/releases/download`;
const META_URL_PREFIX = `https://github.com/MetaCubeX/mihomo/releases/download`;
let META_VERSION;

const META_MAP = {
Expand Down

0 comments on commit c7d51cf

Please sign in to comment.