From 88b5e290922d1160da8a7d47d1e61ca829b3099a Mon Sep 17 00:00:00 2001 From: qianxu2001 Date: Sun, 14 Aug 2022 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=20hysteria=20v1.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 适配 hysteria v1.2.0 --- v2rayN/v2rayN/Handler/LazyConfig.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2rayN/v2rayN/Handler/LazyConfig.cs b/v2rayN/v2rayN/Handler/LazyConfig.cs index c8671cd5..33f9ee37 100644 --- a/v2rayN/v2rayN/Handler/LazyConfig.cs +++ b/v2rayN/v2rayN/Handler/LazyConfig.cs @@ -145,12 +145,12 @@ namespace v2rayN.Handler coreInfos.Add(new CoreInfo { coreType = ECoreType.hysteria, - coreExes = new List { "hysteria-tun-windows-6.0-amd64", "hysteria-tun-windows-6.0-386", "hysteria" }, + coreExes = new List { "hysteria-windows-amd64", "hysteria-windows-386", "hysteria" }, arguments = "", coreUrl = Global.hysteriaCoreUrl, coreReleaseApiUrl = Global.hysteriaCoreUrl.Replace(@"https://github.com", @"https://api.github.com/repos"), - coreDownloadUrl32 = Global.hysteriaCoreUrl + "/download/{0}/hysteria-tun-windows-6.0-386.exe", - coreDownloadUrl64 = Global.hysteriaCoreUrl + "/download/{0}/hysteria-tun-windows-6.0-amd64.exe", + coreDownloadUrl32 = Global.hysteriaCoreUrl + "/download/{0}/hysteria-windows-386.exe", + coreDownloadUrl64 = Global.hysteriaCoreUrl + "/download/{0}/hysteria-windows-amd64.exe", }); coreInfos.Add(new CoreInfo