a wiimm's tools wasn't called from ./tools/

This commit is contained in:
raphael60650 2021-05-27 15:44:07 +02:00
parent 849cb36988
commit a396baeea0

View file

@ -90,7 +90,7 @@ def patch_bmg(self, gamefile): # gamefile est le fichier .szs trouvé dans le /
subprocess.call(["./tools/szs/wszst", "EXTRACT", gamefile, "-d", gamefile + ".d", "--overwrite"] subprocess.call(["./tools/szs/wszst", "EXTRACT", gamefile, "-d", gamefile + ".d", "--overwrite"]
, creationflags=CREATE_NO_WINDOW) , creationflags=CREATE_NO_WINDOW)
bmgtracks = subprocess.check_output(["wbmgt", "CAT", gamefile + ".d/message/Common.bmg"], bmgtracks = subprocess.check_output(["./tools/szs/wbmgt", "CAT", gamefile + ".d/message/Common.bmg"],
creationflags=CREATE_NO_WINDOW) creationflags=CREATE_NO_WINDOW)
bmgtracks = bmgtracks.decode() bmgtracks = bmgtracks.decode()
trackheader = "#--- standard track names" trackheader = "#--- standard track names"