diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-09-22 09:15:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 09:15:41 -0400 |
| commit | f1b3c7e0ed6d3b88356026ca4aae0241920ca34d (patch) | |
| tree | afd0af21f3dc720f0455484d02c5120d0957e36f /py_modules/lsfg_vk/installation.py | |
| parent | 40a73b4483500aa94a5e7c3c477b4ca75224de67 (diff) | |
| parent | a90e1db25641a47ecc738f2a053d8da571474e7f (diff) | |
| download | decky-lsfg-vk-f1b3c7e0ed6d3b88356026ca4aae0241920ca34d.tar.gz decky-lsfg-vk-f1b3c7e0ed6d3b88356026ca4aae0241920ca34d.zip | |
Merge pull request #176 from xXJSONDeruloXx/nerd-stuff-path-fixv0.10.10
fix: nerd stuff modal lsfg script read and path
Diffstat (limited to 'py_modules/lsfg_vk/installation.py')
| -rw-r--r-- | py_modules/lsfg_vk/installation.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/installation.py b/py_modules/lsfg_vk/installation.py index 04ffb33..3b47be0 100644 --- a/py_modules/lsfg_vk/installation.py +++ b/py_modules/lsfg_vk/installation.py @@ -210,6 +210,14 @@ class InstallationService(BaseService): self._write_file(self.lsfg_launch_script_path, script_content, 0o755) self.log.info(f"Created lsfg launch script at {self.lsfg_launch_script_path}") + def get_launch_script_path(self) -> str: + """Get the path to the lsfg launch script + + Returns: + String path to the launch script file + """ + return str(self.lsfg_launch_script_path) + def check_installation(self) -> InstallationCheckResponse: """Check if lsfg-vk is already installed |
