From ce53794d5f413e381a03332cdbc2bc6d10b0570a Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Tue, 21 Jun 2022 22:11:40 -0700 Subject: [PATCH] Blacklist: add StarCitizen_Launcher.exe and InsurgencyEAC.exe --- src/blacklist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/blacklist.cpp b/src/blacklist.cpp index 02d609ad..f29e8fe1 100644 --- a/src/blacklist.cpp +++ b/src/blacklist.cpp @@ -35,6 +35,8 @@ static std::vector blacklist { "SocialClubHelper.exe", "EADesktop.exe", "EALauncher.exe", + "StarCitizen_Launcher.exe", + "InsurgencyEAC.exe", };