From 43ac607d98e398bc82c68e408c2d66fa0ceb2eb6 Mon Sep 17 00:00:00 2001 From: FrzMtrsprt Date: Mon, 18 Apr 2022 20:54:22 +0800 Subject: [PATCH] Add support for Clash's Modern CPU executable Detect clash-windows-amd64-v3.exe --- clashN/clashN/Handler/LazyConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clashN/clashN/Handler/LazyConfig.cs b/clashN/clashN/Handler/LazyConfig.cs index 36e02ff..c69df29 100644 --- a/clashN/clashN/Handler/LazyConfig.cs +++ b/clashN/clashN/Handler/LazyConfig.cs @@ -61,7 +61,7 @@ namespace clashN.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.yaml", coreUrl = Global.clashCoreUrl, match = "Clash"