mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 05:08:49 +00:00
Update UpdateHandle.cs
This commit is contained in:
parent
76c40585fd
commit
cdf35740d9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue