From 09733aa472bec396e3338bdcb639145773f74c79 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 28 May 2025 22:33:38 -0500 Subject: [PATCH] correct prism launcher flatpak directories (again) --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 23aa23c..8b55c96 100644 --- a/installer.py +++ b/installer.py @@ -158,7 +158,7 @@ if platform.system() == "Linux": if detectedlauncher == "PrismLauncherFlatpak": print("[INFO]: Using Prism Launcher (native) directory settings.") - os.chdir(".var/app/org.prismlauncher.Prism.Launcher/data/PrismLauncher/instances/1.20.1/minecraft/") + os.chdir(".var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/1.20.1/minecraft/") mcfolder = str(Path.cwd()) modfolder = mcfolder + '/mods'