diff --git a/RevokeMsgPatcher/Modifier/AppModifier.cs b/RevokeMsgPatcher/Modifier/AppModifier.cs index fcf9084..f3d467f 100644 --- a/RevokeMsgPatcher/Modifier/AppModifier.cs +++ b/RevokeMsgPatcher/Modifier/AppModifier.cs @@ -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; }