From e03888fd475ed0b5464c54671b18ab60b8134206 Mon Sep 17 00:00:00 2001 From: jspijker Date: Thu, 23 Feb 2023 00:38:42 +0100 Subject: [PATCH] don't copy the cura_app during deplo --- conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index a84cf89948..d47c7d9e81 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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],