diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 12:12:55 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 12:12:55 -0400 |
| commit | f3846f88402b6216675c9c48c04ab5a30cce3062 (patch) | |
| tree | 32ac1ec1d1229444bb97c531d12a7d5c749d1afe /py_modules/lsfg_vk/plugin.py | |
| parent | 48ee73dae1bdecec47ccbaf5456be8c5937cb0fd (diff) | |
| download | decky-lsfg-vk-f3846f88402b6216675c9c48c04ab5a30cce3062.tar.gz decky-lsfg-vk-f3846f88402b6216675c9c48c04ab5a30cce3062.zip | |
restore clipboard wiki button
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 |
