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",
"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",