From 34515982b6807bb4f55a9f5acbc2c13d5e30d0f3 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 14 Jan 2025 15:24:34 -0700 Subject: [PATCH] make it more clear that `process.arguments` is optional in the settings file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677d8b3..8ebe4ba 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Linux: `$XDG_CONFIG_HOME/min-ed-launcher/settings.json` (`~/.config` if `$XDG_CO | maxConcurrentDownloads | Maximum number of simultaneous downloads when downloading updates | | forceUpdate | By default, Steam and Epic updates are handled by their respective platform. In cases like the Odyssey alpha, FDev doesn't provide updates through Steam or Epic. This allows the launcher to force updates to be done via FDev servers by providing a comma delimited list of SKUs | | processes | Additional applications to launch before launching the game | +| processes.arguments | Optional arguments for the process | | processes.restartOnRelaunch | Will shutdown and restart the application when the `/restart` flag is specified before restarting the game | | processes.keepOpen | Keep application open after launcher exits | | shutdownProcesses | Additional applications to launch after game has shutdown | @@ -238,8 +239,7 @@ double backslash (`\\`) instead of a single backslash (`\`). "shutdownDelay": 0, "processes": [ { - "fileName": "C:\\path\\to\\app.exe", - "arguments": "--arg1 --arg2" + "fileName": "C:\\path\\to\\app.exe" }, { "fileName": "C:\\path\\to\\app2.exe",