From 60cec555c693de35e941d3ebcc85730534bd04dd Mon Sep 17 00:00:00 2001 From: grace Date: Sun, 3 Mar 2024 16:24:49 -0500 Subject: [PATCH] v1.1 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ab5267b..3813ea1 100755 --- a/setup.py +++ b/setup.py @@ -26,8 +26,6 @@ def buildLinux(): elif sys.argv[0] == "cleanup": shutil.rmtree("bin") shutil.rmtree("dist") - print(os.getcwd()) -elif sys.args[0] == "actions": - os.chdir("D:\\a\\MinecraftLauncher\\MinecraftLauncher") +else: buildWindows() buildLinux()