mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
don't copy the cura_app during deplo
This commit is contained in:
parent
b93c2ce56f
commit
e03888fd47
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ class CuraConan(ConanFile):
|
|||
self.copy("*.dylib", src = "@libdirs", dst = self._script_dir)
|
||||
|
||||
def deploy(self):
|
||||
copy(self, "cura_app.py", self.source_folder, str(self._script_dir))
|
||||
# Copy CuraEngine.exe to bindirs of Virtual Python Environment
|
||||
# TODO: Fix source such that it will get the curaengine relative from the executable (Python bindir in this case)
|
||||
self.copy_deps("CuraEngine.exe", root_package = "curaengine", src = self.deps_cpp_info["curaengine"].bindirs[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue