mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-23 22:06:06 +08:00
[#] 老版本的特殊处理
This commit is contained in:
parent
c2e608056d
commit
1b735b5703
|
@ -153,13 +153,13 @@ namespace RevokeMsgPatcher.Modifier
|
|||
if (info.Name != "WeChat.exe")
|
||||
{
|
||||
count++;
|
||||
}
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
success++;
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
success++;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (success == count)
|
||||
if (success == count && success >= 1)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user