diff options
Diffstat (limited to 'py_modules/lsfg_vk/plugin.py')
| -rw-r--r-- | py_modules/lsfg_vk/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py_modules/lsfg_vk/plugin.py b/py_modules/lsfg_vk/plugin.py index 9caf2ea..101542c 100644 --- a/py_modules/lsfg_vk/plugin.py +++ b/py_modules/lsfg_vk/plugin.py @@ -360,9 +360,9 @@ class Plugin: Dict containing the launch option string and instructions """ return { - "launch_option": "LSFG_PROCESS=decky-lsfg-vk %command%", + "launch_option": "~/lsfg %command%", "instructions": "Add this to your game's launch options in Steam Properties", - "explanation": "This tells lsfg-vk to use the plugin-managed configuration for this game" + "explanation": "The lsfg script is created during installation and sets up the environment for the plugin" } # Lifecycle methods |
