Updated the removal for The Omega Reach so it actually works now.

This commit is contained in:
Storm Dragon
2026-04-18 20:16:42 -04:00
parent 362feb044f
commit b617aa6ea6
3 changed files with 11 additions and 7 deletions
@@ -127,5 +127,4 @@ Use this pattern for Python games installed with `uv` when runtime speech suppor
- Launch via `uv run ...` from the same directory used for `uv sync`.
3. Removal safety:
- Ensure first `installPath` line in launcher points to a path that lets `game_removal` infer the game root correctly.
- Do not put `installPath` in comments above that path line, because removal currently grabs the first matching line.
- Ensure the launcher contains a concrete `${installPath}/...` path assignment so `game_removal` can infer the game root correctly.