mirror of https://github.com/2dust/v2rayN
Update UpdateHandle.cs
parent
76c40585fd
commit
cdf35740d9
|
@ -458,7 +458,7 @@ namespace v2rayN.Handler
|
|||
throw new ArgumentException("Type");
|
||||
}
|
||||
|
||||
if (string.Compare(curVersion, version, true) >= 0)
|
||||
if (curVersion == version)
|
||||
{
|
||||
AbsoluteCompleted?.Invoke(this, new ResultEventArgs(false, message));
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue