From 69659a97873a05343413d2268810034b55906311 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 28 May 2025 22:39:25 -0500 Subject: [PATCH] correct typo --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 8b55c96..99af69a 100644 --- a/installer.py +++ b/installer.py @@ -157,7 +157,7 @@ if platform.system() == "Linux": os.chdir(".local/share/PrismLauncher/instances/1.20.1/minecraft/") if detectedlauncher == "PrismLauncherFlatpak": - print("[INFO]: Using Prism Launcher (native) directory settings.") + print("[INFO]: Using Prism Launcher (Flatpak) directory settings.") os.chdir(".var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/1.20.1/minecraft/") mcfolder = str(Path.cwd())