Comment out games with #// instead of just # at top of file.

This commit is contained in:
Storm Dragon
2026-02-21 16:31:06 -05:00
parent 9b454388f5
commit efc5f20b5b
2 changed files with 62 additions and 9 deletions

View File

@@ -7,6 +7,13 @@ Installer and launcher for accessible to the blind games that run natively in Li
As the project grows, more dependencies will most likely be added. When LGM is launched, it will check to make sure it has the required dependencies for it to do the work of downloading and extracting the game. Note that because every distro has a different package manager, dependencies for games themselves will not be resolved. Please consult the game's documentation to find out what is needed for the game to run.
## Disabling game entries
To disable a game entry without deleting its script, set the first line of the script to start with `#//`.
- This applies to both `.install/*.sh` and `.launch/*.sh`.
- A normal comment like `# comment` on the first line does not disable an entry.
## FAQ