From 4f02e20205b09e32c2c3cad3b335e26964eb3261 Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Mon, 3 Jan 2022 15:49:08 -0800 Subject: [PATCH] Blacklist: add EADesktop.exe and EALauncher.exe --- src/blacklist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/blacklist.cpp b/src/blacklist.cpp index ce3b6c58..02d609ad 100644 --- a/src/blacklist.cpp +++ b/src/blacklist.cpp @@ -33,6 +33,8 @@ static std::vector blacklist { "LeagueClient.exe", "LeagueClientUxRender.exe", "SocialClubHelper.exe", + "EADesktop.exe", + "EALauncher.exe", };