From 15f8db64e71325c30214b2151d398c60ed1c9939 Mon Sep 17 00:00:00 2001 From: FrzMtrsprt Date: Thu, 14 Apr 2022 12:13:22 +0800 Subject: [PATCH] Add support for Clash's modern CPU executable Add support for clash-windows-amd64-v3.exe --- v2rayN/v2rayN/Handler/LazyConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Handler/LazyConfig.cs b/v2rayN/v2rayN/Handler/LazyConfig.cs index 7b523757..0a18c235 100644 --- a/v2rayN/v2rayN/Handler/LazyConfig.cs +++ b/v2rayN/v2rayN/Handler/LazyConfig.cs @@ -87,7 +87,7 @@ namespace v2rayN.Handler coreInfos.Add(new CoreInfo { coreType = ECoreType.clash, - coreExes = new List { "clash-windows-amd64", "clash-windows-386", "clash" }, + coreExes = new List { "clash-windows-amd64-v3", "clash-windows-amd64", "clash-windows-386", "clash" }, arguments = "-f config.json", coreUrl = Global.clashCoreUrl });