Skip to content

Commit

Permalink
ci: add DiRT 2 to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Sep 4, 2024
1 parent cfc3816 commit 25c74aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_gamefixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25c74aa

Please sign in to comment.