From ab276045ead9bf905f7ed3777bfe088ff5390e10 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Mon, 24 Nov 2025 23:15:50 +0300 Subject: [PATCH] test with xhttp --- scripts/prebuild.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prebuild.mjs b/scripts/prebuild.mjs index e0d858c8..dcce0bdb 100644 --- a/scripts/prebuild.mjs +++ b/scripts/prebuild.mjs @@ -187,7 +187,7 @@ function clashMeta() { const name = META_MAP[`${platform}-${arch}`]; const isWin = platform === "win32"; const urlExt = isWin ? "zip" : "gz"; - const downloadURL = `${META_URL_PREFIX}/${META_VERSION}/${name}-${META_VERSION}.${urlExt}`; + const downloadURL = `${META_URL_PREFIX}/Prerelease-xhttp-release/${name}-${META_VERSION}.${urlExt}`; const exeFile = `${name}${isWin ? ".exe" : ""}`; const zipFile = `${name}-${META_VERSION}.${urlExt}`;