Add support for Clash's Modern CPU executable

Detect clash-windows-amd64-v3.exe
This commit is contained in:
FrzMtrsprt
2022-04-18 20:54:22 +08:00
committed by GitHub
parent 5bd7ad0816
commit 43ac607d98

View File

@@ -61,7 +61,7 @@ namespace clashN.Handler
coreInfos.Add(new CoreInfo
{
coreType = ECoreType.clash,
coreExes = new List<string> { "clash-windows-amd64", "clash-windows-386", "clash" },
coreExes = new List<string> { "clash-windows-amd64-v3", "clash-windows-amd64", "clash-windows-386", "clash" },
arguments = "-f config.yaml",
coreUrl = Global.clashCoreUrl,
match = "Clash"