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