slightly rearranged vide pipeline files to reduce clutter

This commit is contained in:
Paul M. Sutter 2024-05-22 19:05:04 -04:00
parent d7c0fbc720
commit 288e2263b6
6 changed files with 3 additions and 3 deletions

View file

@ -181,7 +181,7 @@ class BuildCMakeExt(build_ext):
shutil.rmtree(target_dir, ignore_errors=True)
shutil.move(f"{PYTHON_bin_package}/void_python_tools/bin", target_dir)
shutil.copy(f"{self.build_temp}/pipeline/prepareInputs.py", f"{self.build_temp}/vide_prepare_simulation")
shutil.copy(f"{self.build_temp}/pipeline/vide_prepare_simulation", f"{self.build_temp}/vide_prepare_simulation")
class VideScripts(build_scripts):