mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:59:03 +08:00
Fixes for translations
We don't have a conan_data.yml anymore Contribute to CURA-10208
This commit is contained in:
parent
90f43855bd
commit
877ced17cc
@ -267,10 +267,6 @@ class CuraConan(ConanFile):
|
||||
copy(self, "CuraVersion.py.jinja", self.recipe_folder, self.export_sources_folder)
|
||||
copy(self, "cura_app.py", self.recipe_folder, self.export_sources_folder)
|
||||
|
||||
def set_version(self):
|
||||
if self.version is None:
|
||||
self.version = self._umdefault_version()
|
||||
|
||||
def configure(self):
|
||||
self.options["pyarcus"].shared = True
|
||||
self.options["pysavitar"].shared = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user