mirror of
https://github.com/kuhyx/steam-backlog-enforcer.git
synced 2026-07-04 12:03:13 +02:00
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:
parent
324396e93c
commit
71cd0f61b4
@ -90,6 +90,10 @@ PROTECTED_APP_IDS = {
|
||||
1158310,
|
||||
440,
|
||||
1142710,
|
||||
1410710,
|
||||
10500,
|
||||
813780,
|
||||
489830,
|
||||
}
|
||||
|
||||
STEAMAPPS_PATH = Path("~/.local/share/Steam/steamapps").expanduser()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user