Revert "Fix missing hysteria2 arguments (#7673)"

This reverts commit 3f79df21d9.
pull/7679/head
2dust 2025-08-01 12:16:19 +08:00
parent 1d1f5641eb
commit 6fa5ca5aa9
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ public sealed class CoreInfoHandler
{
CoreType = ECoreType.hysteria,
CoreExes = ["hysteria"],
Arguments = "-c {0}",
Arguments = "",
Url = GetCoreUrl(ECoreType.hysteria),
},
@ -180,7 +180,7 @@ public sealed class CoreInfoHandler
{
CoreType = ECoreType.hysteria2,
CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"],
Arguments = "-c {0}",
Arguments = "",
Url = GetCoreUrl(ECoreType.hysteria2),
},