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")