mirror of https://github.com/2dust/v2rayN
commit
3c550e2803
|
@ -1358,7 +1358,7 @@
|
|||
<value>$this</value>
|
||||
</data>
|
||||
<data name="tsbCheckUpdateXrayCore.Text" xml:space="preserve">
|
||||
<value>Update xrayCore</value>
|
||||
<value>Update XrayCore</value>
|
||||
</data>
|
||||
<data name=">>toolStripSeparator2.Name" xml:space="preserve">
|
||||
<value>toolStripSeparator2</value>
|
||||
|
|
|
@ -456,7 +456,7 @@
|
|||
<value>180, 22</value>
|
||||
</data>
|
||||
<data name="tsbCheckUpdateXrayCore.Text" xml:space="preserve">
|
||||
<value>xray-Core</value>
|
||||
<value>Xray-Core</value>
|
||||
</data>
|
||||
<data name="tsbCheckUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>85, 53</value>
|
||||
|
|
|
@ -56,8 +56,8 @@ namespace v2rayN.Handler
|
|||
private const string nUrl = "https://github.com/2dust/v2rayN/releases/download/{0}/v2rayN.zip";
|
||||
private readonly string v2flyCoreLatestUrl = "https://github.com/v2fly/v2ray-core/releases/latest";
|
||||
private const string v2flyCoreUrl = "https://github.com/v2fly/v2ray-core/releases/download/{0}/v2ray-windows-{1}.zip";
|
||||
private readonly string xrayCoreLatestUrl = "https://github.com/xtls/xray-core/releases/latest";
|
||||
private const string xrayCoreUrl = "https://github.com/xtls/xray-core/releases/download/{0}/xray-windows-{1}.zip";
|
||||
private readonly string xrayCoreLatestUrl = "https://github.com/XTLS/Xray-core/releases/latest";
|
||||
private const string xrayCoreUrl = "https://github.com/XTLS/Xray-core/releases/download/{0}/Xray-windows-{1}.zip";
|
||||
|
||||
public async void CheckUpdateAsync(string type)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue