Add support for Clash's Modern CPU executable
Detect clash-windows-amd64-v3.exe
This commit is contained in:
@@ -61,7 +61,7 @@ namespace clashN.Handler
|
|||||||
coreInfos.Add(new CoreInfo
|
coreInfos.Add(new CoreInfo
|
||||||
{
|
{
|
||||||
coreType = ECoreType.clash,
|
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",
|
arguments = "-f config.yaml",
|
||||||
coreUrl = Global.clashCoreUrl,
|
coreUrl = Global.clashCoreUrl,
|
||||||
match = "Clash"
|
match = "Clash"
|
||||||
|
|||||||
Reference in New Issue
Block a user