mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:59:05 +08:00
Handle utf8 licenses on all platforms
CURA-12400
This commit is contained in:
parent
3d5612b609
commit
b227ea1585
@ -347,8 +347,8 @@ class CuraConan(ConanFile):
|
||||
cura_latest_url=self.conan_data["urls"][self._urls]["cura_latest_url"],
|
||||
conan_installs=self._conan_installs(),
|
||||
python_installs=self._python_installs(),
|
||||
dependencies_description=self._dependencies_description(),
|
||||
))
|
||||
dependencies_description=self._dependencies_description().decode("utf-8"),
|
||||
).encode("utf-8"))
|
||||
|
||||
def _delete_unwanted_binaries(self, root):
|
||||
dynamic_binary_file_exts = [".so", ".dylib", ".dll", ".pyd", ".pyi"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user