From 2b7460676424552fd6df96fea8812bc183534169 Mon Sep 17 00:00:00 2001 From: coolcoala <56764046+coolcoala@users.noreply.github.com> Date: Fri, 28 Nov 2025 02:24:54 +0300 Subject: [PATCH] Update prebuild.mjs --- scripts/prebuild.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prebuild.mjs b/scripts/prebuild.mjs index 843b862f..f8f3c3ac 100644 --- a/scripts/prebuild.mjs +++ b/scripts/prebuild.mjs @@ -103,7 +103,7 @@ async function getLatestAlphaVersion() { /* ======= clash meta stable ======= */ const META_VERSION_URL = - "https://github.com/vffuunnyy/mihetero/releases/download/Prerelease-xhttp-release/version.txt"; + "https://github.com/vffuunnyy/mihetero/releases/download/Prerelease-xhttp/version.txt"; const META_URL_PREFIX = `https://github.com/vffuunnyy/mihetero/releases/download`; let META_VERSION;