mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
GCommercialSoftwarePackage
This commit is contained in:
parent
c9d9ad64fe
commit
3febbf7425
@ -272,7 +272,8 @@ class MyCommercialSoftwarePackage(object):
|
||||
|
||||
os.chdir(json_config["GameDir"])
|
||||
for i,v in enumerate(json_config["MD5"]):
|
||||
os.system("unzip -o %s" %v) ## auto overwrite
|
||||
if FileExists(v):
|
||||
os.system("unzip -o %s" %v) ## auto overwrite
|
||||
|
||||
if "Post-Up" in json_config:
|
||||
if FileExists(self._InvokeDir):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user