fixed scripts

This commit is contained in:
Joey Eamigh
2023-06-22 00:40:28 -04:00
parent 45d7fe07a5
commit 93409a83f8
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ if OS == "linux":
INSTANCE_DIR = f"{MULTIMC_DIR}/instances/FishPogPixelmon"
if OS == "win32":
MULTIMC_PARENT_DIR = f"C:\\Users\\{os.getlogin()}\\AppData\\Roaming\\FishPog"
MULTIMC_PARENT_DIR = os.getcwd()
MULTIMC_DIR = f"{MULTIMC_PARENT_DIR}\\MultiMC"
INSTANCE_DIR = f"{MULTIMC_DIR}\\instances\\FishPogPixelmon"