Move visual slot tab to separate directory
This commit is contained in:
parent
b70a9d7e75
commit
bce5b31a6a
2 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,7 @@ printLog(log, ">>> Setup export directories <<<")
|
|||
# Setup build directories
|
||||
printLog(log, ">>> Setup build directories <<<")
|
||||
mkPath(log, ExportBuildDirectory + "/" + SheetsBuildDirectory)
|
||||
mkPath(log, ExportBuildDirectory + "/" + VisualSlotTabBuildDirectory)
|
||||
|
||||
# Setup client directories
|
||||
printLog(log, ">>> Setup client directories <<<")
|
||||
|
|
|
@ -77,7 +77,8 @@ else:
|
|||
cf.write("\n")
|
||||
cf.close()
|
||||
subprocess.call([ SheetsPacker ])
|
||||
copyFileIfNeeded(log, "visual_slot.tab", DataCommonDirectory + "/visual_slot.tab")
|
||||
mkPath(log, ExportBuildDirectory + "/" + VisualSlotTabBuildDirectory)
|
||||
copyFileIfNeeded(log, "visual_slot.tab", ExportBuildDirectory + "/" + VisualSlotTabBuildDirectory + "/visual_slot.tab")
|
||||
os.remove("visual_slot.tab")
|
||||
printLog(log, "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue