feat(steam-backlog): protect four additional Steam app IDs

Adds 1410710, 10500, 813780, 489830 to PROTECTED_APP_IDS so the enforcer
will not uninstall them. Existing tests patch the set, so test outcomes
are unaffected.
This commit is contained in:
Krzysztof kuhy Rudnicki 2026-05-14 19:56:33 +02:00
parent 324396e93c
commit 71cd0f61b4

View File

@ -90,6 +90,10 @@ PROTECTED_APP_IDS = {
1158310,
440,
1142710,
1410710,
10500,
813780,
489830,
}
STEAMAPPS_PATH = Path("~/.local/share/Steam/steamapps").expanduser()