mirror of https://github.com/2dust/v2rayN
parent
1d1f5641eb
commit
6fa5ca5aa9
|
@ -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),
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue