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

Commit

Permalink
chore: fix clash map, close #736
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Sep 10, 2023
1 parent 3f22a49 commit c843bdd
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 @@ -25,7 +25,7 @@ const CLASH_MAP = {
"darwin-x64": "clash-darwin-amd64",
"darwin-arm64": "clash-darwin-arm64",
"linux-x64": "clash-linux-amd64",
"linux-arm64": "clash-linux-armv8",
"linux-arm64": "clash-linux-arm64",
};

/* ======= clash meta ======= */
Expand Down

0 comments on commit c843bdd

Please sign in to comment.