mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Use the source_folder as a rootfor materials
Contributes to CURA-10951
This commit is contained in:
parent
89fe3d2777
commit
2f2b88fd24
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ class CuraConan(ConanFile):
|
|||
# Copy materials (flat)
|
||||
rmdir(self, os.path.join(self.source_folder, "resources", "materials"))
|
||||
fdm_materials = self.dependencies["fdm_materials"].cpp_info
|
||||
copy(self, "*", fdm_materials.resdirs[0], str(self._share_dir.joinpath("cura")))
|
||||
copy(self, "*", fdm_materials.resdirs[0], self.source_folder)
|
||||
|
||||
# Copy internal resources
|
||||
if self.options.internal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue