From 25c74aa437c050833f7507527b3d4ed41342e69e Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:21:52 -0700 Subject: [PATCH] ci: add DiRT 2 to whitelist --- tools/check_gamefixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_gamefixes.py b/tools/check_gamefixes.py index 66532c41..11e0e47e 100644 --- a/tools/check_gamefixes.py +++ b/tools/check_gamefixes.py @@ -21,7 +21,7 @@ } # Steam games that are no longer on sale, but are valid IDs -whitelist_steam = {231990, 4730, 105400, 321040} +whitelist_steam = {231990, 4730, 105400, 321040, 12840} def check_steamfixes(project: Path, url: str, api: ApiEndpoint) -> None: