mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
Re-updated the old asset extractor to support new colors
This commit is contained in:
parent
890ac0b2fd
commit
35b5e6a7ea
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ def BuildOTR():
|
|||
shutil.copyfile("baserom/Audiotable", "Extract/Audiotable")
|
||||
|
||||
shutil.copytree("assets", "Extract/assets")
|
||||
shutil.copytree("colors", "Extract/colors")
|
||||
|
||||
execStr = "x64\\Release\\ZAPD.exe" if sys.platform == "win32" else "../ZAPD/ZAPD.out"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue