From 53163ff97539338dca9a4e1cab50d3e6791ae712 Mon Sep 17 00:00:00 2001 From: Headshotnoby Date: Tue, 22 Jun 2021 20:37:03 -0400 Subject: [PATCH] DO IT FUCKING RIGHT --- install_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_update.py b/install_update.py index b08c843..0795dbf 100644 --- a/install_update.py +++ b/install_update.py @@ -17,7 +17,7 @@ def extractzip(progressbar): # Windows and Mac progressbar["value"] = 100. * i / len(archive.filelist) if os.path.exists("appbase"): # on a mac with the base folder moved out of .app Resources folder - os.system("mv appbase AO2XP.app/Contents/Resources/") # put it back in place + os.system("mv appbase AO2XP.app/Contents/Resources/base") # put it back in place def extractgz(progressbar): # Linux archive = tarfile.open("update.tar.gz")