Browse Source

Add support for Clash's modern CPU executable

Add support for clash-windows-amd64-v3.exe
pull/2192/head
FrzMtrsprt 3 years ago committed by GitHub
parent
commit
15f8db64e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      v2rayN/v2rayN/Handler/LazyConfig.cs

2
v2rayN/v2rayN/Handler/LazyConfig.cs

@ -87,7 +87,7 @@ namespace v2rayN.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.json",
coreUrl = Global.clashCoreUrl
});

Loading…
Cancel
Save