[#] 老版本的特殊处理
This commit is contained in:
@@ -153,13 +153,13 @@ namespace RevokeMsgPatcher.Modifier
|
|||||||
if (info.Name != "WeChat.exe")
|
if (info.Name != "WeChat.exe")
|
||||||
{
|
{
|
||||||
count++;
|
count++;
|
||||||
}
|
if (File.Exists(filePath))
|
||||||
if (File.Exists(filePath))
|
{
|
||||||
{
|
success++;
|
||||||
success++;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (success == count)
|
if (success == count && success >= 1)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user