Skip to content

Commit

Permalink
Merge pull request #22 from FrzMtrsprt/patch-1
Browse files Browse the repository at this point in the history
Add support for Clash's Modern CPU executable
  • Loading branch information
2dust authored Apr 19, 2022
2 parents 5bd7ad0 + 43ac607 commit 2627bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashN/clashN/Handler/LazyConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void InitCoreInfo()
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"
Expand Down

0 comments on commit 2627bb1

Please sign in to comment.