From d534d78d55a7b7a17716ffd42c08c82d9b4c6304 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 28 May 2025 22:29:13 -0500 Subject: [PATCH] correct prism launcher flatpak directory --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 0699d99..23aa23c 100644 --- a/installer.py +++ b/installer.py @@ -146,7 +146,7 @@ if platform.system() == "Linux": detectedlauncher = "OfficialLauncher" check_for_launcher_files(str(Path.cwd()) + "/.local/share/PrismLauncher", "PrismLauncherPackage") - check_for_launcher_files(str(Path.cwd()) + "/.var/app/org.prismlauncher.Prism.Launcher", "PrismLauncherFlatpak") + check_for_launcher_files(str(Path.cwd()) + "/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/", "PrismLauncherFlatpak") if detectedlauncher == "OfficialLauncher": print("[INFO]: No 3rd party launchers detected, falling back to default official launcher directories")