Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore: fix check script
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Nov 3, 2023
1 parent 67769af commit f22e360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SIDECAR_HOST = execSync("rustc -vV")
const CLASH_STORAGE_PREFIX = "https://release.dreamacro.workers.dev/";
const CLASH_URL_PREFIX =
"https://github.com/Dreamacro/clash/releases/download/premium/";
const CLASH_LATEST_DATE = "2023.08.17";
const CLASH_LATEST_DATE = "latest";

const CLASH_MAP = {
"win32-x64": "clash-windows-amd64",
Expand Down Expand Up @@ -300,7 +300,7 @@ const resolveGeoIP = () =>
});

const tasks = [
{ name: "clash", func: resolveClash, retry: 5 },
{ name: "clash", func: () => resolveSidecar(clashS3()), retry: 5 },
{ name: "clash-meta", func: () => resolveSidecar(clashMeta()), retry: 5 },
{ name: "wintun", func: resolveWintun, retry: 5, winOnly: true },
{ name: "service", func: resolveService, retry: 5, winOnly: true },
Expand Down

0 comments on commit f22e360

Please sign in to comment.