From c9d50439bf2b280240f020dd302e182164a2b306 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 19 Sep 2023 17:24:50 +0200 Subject: [PATCH] Manually revert accidentally committed changes. Wasn't me! --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 13b3d84b14..315e494daf 100644 --- a/conanfile.py +++ b/conanfile.py @@ -346,7 +346,7 @@ class CuraConan(ConanFile): vr.generate() self._generate_cura_version(os.path.join(self.source_folder, "cura")) - # self._generate_about_versions(os.path.join(self.source_folder, "resources","qml", "Dialogs")) + self._generate_about_versions(os.path.join(self.source_folder, "resources","qml", "Dialogs")) if not self.in_local_cache: # Copy CuraEngine.exe to bindirs of Virtual Python Environment @@ -403,7 +403,7 @@ class CuraConan(ConanFile): # FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement cpp_info = self.dependencies["gettext"].cpp_info pot = self.python_requires["translationextractor"].module.ExtractTranslations(self, cpp_info.bindirs[0]) - # pot.generate() + pot.generate() def build(self): if self.options.devtools: