detect: filter blizzard tools, error/repair/diagnostic exes
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user