detect: filter blizzard tools, error/repair/diagnostic exes

This commit is contained in:
funman300
2026-04-19 01:08:24 -07:00
parent d3ac300b91
commit 4e204d4bf7
+4
View File
@@ -70,6 +70,7 @@ const SKIP_EXES: &[&str] = &[
"uninstall", "uninstall",
"uninst", "uninst",
"crash", "crash",
"error",
"reporter", "reporter",
"update", "update",
"updater", "updater",
@@ -78,6 +79,8 @@ const SKIP_EXES: &[&str] = &[
"helper", "helper",
"agent", "agent",
"service", "service",
"repair",
"diagnostic",
"redist", "redist",
"vcredist", "vcredist",
"dxsetup", "dxsetup",
@@ -87,6 +90,7 @@ const SKIP_EXES: &[&str] = &[
"bootstrapper", "bootstrapper",
"launcher", // launcher tools, not games "launcher", // launcher tools, not games
"battlenet", "battlenet",
"blizzard",
"eadesktop", "eadesktop",
"eabackgroundservice", "eabackgroundservice",
"ealink", "ealink",