fix update
This commit is contained in:
@@ -464,7 +464,7 @@ namespace clashN.Handler
|
||||
throw new ArgumentException("Type");
|
||||
}
|
||||
|
||||
if (string.Compare(curVersion, version, true) >= 0)
|
||||
if (curVersion == version)
|
||||
{
|
||||
AbsoluteCompleted?.Invoke(this, new ResultEventArgs(false, message));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user