From 3c999be08dabc68ab0dafab2e17c435707b2ddda Mon Sep 17 00:00:00 2001 From: SukkaW Date: Wed, 19 Mar 2025 09:32:17 +0800 Subject: [PATCH] Chore: minor changes --- Build/lib/convert-clash-meta-mrs.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Build/lib/convert-clash-meta-mrs.ts b/Build/lib/convert-clash-meta-mrs.ts index 5946d9e1..e1673be6 100644 --- a/Build/lib/convert-clash-meta-mrs.ts +++ b/Build/lib/convert-clash-meta-mrs.ts @@ -15,11 +15,12 @@ const mihomoBinaryPath = path.join(mihomoBinaryDir, 'mihomo'); const mihomoBinaryUrl: Partial>>> = { linux: { - x64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-linux-amd64-compatible-v1.18.7.gz' + x64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-linux-amd64-compatible-v1.19.3.gz', + arm64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-linux-arm64-v1.19.3.gz' }, darwin: { - x64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-darwin-amd64-v1.18.7.gz', - arm64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-darwin-arm64-v1.18.7.gz' + x64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-darwin-amd64-v1.19.3.gz', + arm64: 'https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-darwin-arm64-v1.19.3.gz' } };