From 914630e080806eb0d91e473637fd83dbe1221e23 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:15:24 -0400 Subject: fix: require complete v2 installation --- py_modules/lsfg_vk/installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py_modules/lsfg_vk') diff --git a/py_modules/lsfg_vk/installation.py b/py_modules/lsfg_vk/installation.py index 0566d6b..beefccb 100644 --- a/py_modules/lsfg_vk/installation.py +++ b/py_modules/lsfg_vk/installation.py @@ -200,7 +200,7 @@ class InstallationService(BaseService): json_exists = self.json_file.exists() and self.json_x86_file.exists() script_exists = self.lsfg_launch_script_path.exists() return { - "installed": lib_exists and json_exists, + "installed": lib_exists and json_exists and script_exists and self.cli_file.exists(), "lib_exists": lib_exists, "json_exists": json_exists, "script_exists": script_exists, -- cgit v1.2.3