From 95eb66cd31365a5e9c81c5d3bd815ed55e5ccd66 Mon Sep 17 00:00:00 2001 From: Naim2000 Date: Tue, 13 Aug 2024 20:10:54 -0500 Subject: [PATCH] Fixed file names in script --- MSET9_installer_script/mset9.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSET9_installer_script/mset9.py b/MSET9_installer_script/mset9.py index fbf0880..111c2c4 100644 --- a/MSET9_installer_script/mset9.py +++ b/MSET9_installer_script/mset9.py @@ -88,7 +88,7 @@ def dig_for_root(): while not os.path.ismount(root) and root != os.path.dirname(root): root = os.path.dirname(root) - for f in ["SafeB9S.bin", "b9", "boot.firm", "boot.3dsx", "boot9strap/", "mset9.py", "mset9.bat", "mset9.command", "_INSTRUCTIONS.txt", "errors.txt"]: + for f in ["SafeB9S.bin", "b9", "boot.firm", "boot.3dsx", "boot9strap/", "mset9.py", "MSET9-Windows.bat", "MSET9-macOS.command", "_INSTRUCTIONS.txt", "errors.txt"]: try: shutil.move(os.path.join(scriptroot, f), os.path.join(root, f)) except: