Skip to content

Commit 9b0680f

Browse files
authored
Update check.mjs [bug-fix]
mitigating the mac silicon architecture misalignment
1 parent d515d4e commit 9b0680f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const CLASH_MAP = {
2929

3030
/* ======= clash meta ======= */
3131
const META_URL_PREFIX = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
32-
const META_VERSION = "v1.14.3";
32+
const META_VERSION = "v1.14.4";
3333

3434
const META_MAP = {
3535
"win32-x64": "Clash.Meta-windows-amd64-compatible",

0 commit comments

Comments
 (0)