Blacklist: add EADesktop.exe and EALauncher.exe

This commit is contained in:
Alessandro Toia 2022-01-03 15:49:08 -08:00
parent 6717ad9ecf
commit 4f02e20205

View File

@ -33,6 +33,8 @@ static std::vector<std::string> blacklist {
"LeagueClient.exe", "LeagueClient.exe",
"LeagueClientUxRender.exe", "LeagueClientUxRender.exe",
"SocialClubHelper.exe", "SocialClubHelper.exe",
"EADesktop.exe",
"EALauncher.exe",
}; };