mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
convert to posixpath string
Contributes to CURA-9365
This commit is contained in:
parent
7405b55d7d
commit
c9587c3d21
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class CuraConan(ConanFile):
|
|||
|
||||
def _generate_pyinstaller_spec(self, location, entrypoint_location, icon_path, entitlements_file):
|
||||
pyinstaller_metadata = self._um_data(self.version)["pyinstaller"]
|
||||
datas = [(self._base_dir.joinpath("conan_install_info.json", "."))]
|
||||
datas = [(str(self._base_dir.joinpath("conan_install_info.json"), "."))]
|
||||
for data in pyinstaller_metadata["datas"].values():
|
||||
if "package" in data: # get the paths from conan package
|
||||
if data["package"] == self.name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue