mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 13:05:30 +00:00
Merge branch 'steam-flatpaks'
# Conflicts: # CHANGELOG.md
This commit is contained in:
10
README.md
10
README.md
@ -230,9 +230,17 @@ Linux: `$XDG_CONFIG_HOME/min-ed-launcher/settings.json` (`~/.config` if `$XDG_CO
|
||||
| gameStartDelay | Time to delay after starting processes but before starting ED. Defaults to zero |
|
||||
| shutdownDelay | Time to delay before closing processes. Defaults to zero |
|
||||
|
||||
When specifying a path for `gameLocation`, `cacheDir` or `processes.fileName` on Windows, it's required to escape backslashes. Make sure to use a
|
||||
> [!NOTE]
|
||||
> When specifying a path for `gameLocation`, `cacheDir` or `processes.fileName` on Windows, it's required to escape backslashes. Make sure to use a
|
||||
double backslash (`\\`) instead of a single backslash (`\`).
|
||||
|
||||
> [!NOTE]
|
||||
> Launching Flatpaks via `processes` through Steam requires resetting the LD_LIBRARY_PATH env var and setting
|
||||
> MEL_LD_LIBRARY_PATH to the host's LD_LIBRARY_PATH.
|
||||
> ```sh
|
||||
> LD_LIBRARY_PATH="" konsole -e env MEL_LD_LIBRARY_PATH="$LD_LIBRARY_PATH" ./MinEdLauncher %command% /autorun /autoquit
|
||||
> ```
|
||||
|
||||
```json
|
||||
{
|
||||
"apiUri": "https://api.zaonce.net",
|
||||
|
||||
Reference in New Issue
Block a user