don't copy the cura_app during deplo

This commit is contained in:
jspijker 2023-02-23 00:38:42 +01:00
parent b93c2ce56f
commit e03888fd47

View file

@ -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],