Comment out games with #// instead of just # at top of file.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user