Fix missing hysteria2 arguments (#7673)
This commit is contained in:
@@ -130,7 +130,7 @@ public sealed class CoreInfoHandler
|
|||||||
{
|
{
|
||||||
CoreType = ECoreType.hysteria,
|
CoreType = ECoreType.hysteria,
|
||||||
CoreExes = ["hysteria"],
|
CoreExes = ["hysteria"],
|
||||||
Arguments = "",
|
Arguments = "-c {0}",
|
||||||
Url = GetCoreUrl(ECoreType.hysteria),
|
Url = GetCoreUrl(ECoreType.hysteria),
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -180,7 +180,7 @@ public sealed class CoreInfoHandler
|
|||||||
{
|
{
|
||||||
CoreType = ECoreType.hysteria2,
|
CoreType = ECoreType.hysteria2,
|
||||||
CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"],
|
CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"],
|
||||||
Arguments = "",
|
Arguments = "-c {0}",
|
||||||
Url = GetCoreUrl(ECoreType.hysteria2),
|
Url = GetCoreUrl(ECoreType.hysteria2),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user