diff --git a/src/detect.rs b/src/detect.rs index f029191..100c4da 100644 --- a/src/detect.rs +++ b/src/detect.rs @@ -70,6 +70,7 @@ const SKIP_EXES: &[&str] = &[ "uninstall", "uninst", "crash", + "error", "reporter", "update", "updater", @@ -78,6 +79,8 @@ const SKIP_EXES: &[&str] = &[ "helper", "agent", "service", + "repair", + "diagnostic", "redist", "vcredist", "dxsetup", @@ -87,6 +90,7 @@ const SKIP_EXES: &[&str] = &[ "bootstrapper", "launcher", // launcher tools, not games "battlenet", + "blizzard", "eadesktop", "eabackgroundservice", "ealink",