mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:06:00 +08:00
don't copy the cura_app during deplo
This commit is contained in:
parent
b93c2ce56f
commit
e03888fd47
@ -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…
x
Reference in New Issue
Block a user