mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-25 04:16:56 +00:00
change to v2fly
This commit is contained in:
parent
32810d8df5
commit
e487e8ff0d
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ namespace v2rayN.Handler
|
||||||
|
|
||||||
private readonly string nLatestUrl = "https://github.com/cg3s/v2rayN/releases/latest";
|
private readonly string nLatestUrl = "https://github.com/cg3s/v2rayN/releases/latest";
|
||||||
private const string nUrl = "https://github.com/cg3s/v2rayN/releases/download/{0}/v2rayN.zip";
|
private const string nUrl = "https://github.com/cg3s/v2rayN/releases/download/{0}/v2rayN.zip";
|
||||||
private readonly string coreLatestUrl = "https://github.com/v2ray/v2ray-core/releases/latest";
|
private readonly string coreLatestUrl = "https://github.com/v2fly/v2ray-core/releases/latest";
|
||||||
private const string coreUrl = "https://github.com/v2ray/v2ray-core/releases/download/{0}/v2ray-windows-{1}.zip";
|
private const string coreUrl = "https://github.com/v2fly/v2ray-core/releases/download/{0}/v2ray-windows-{1}.zip";
|
||||||
|
|
||||||
public async void CheckUpdateAsync(string type)
|
public async void CheckUpdateAsync(string type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue