From ffca22971e5957f9cbe93dfc3f4c276df284a7d1 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 14 Jun 2022 11:37:43 +0200 Subject: Use different icon formats depending on OS Contributes to CURA-9365 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index dc00620fcc..0a47f32cf4 100644 --- a/conanfile.py +++ b/conanfile.py @@ -188,7 +188,7 @@ class CuraConan(ConanFile): hiddenimports = pyinstaller_metadata["hiddenimports"], collect_all = pyinstaller_metadata["collect_all"], pathex = pathex, - icon = str(Path(self.source_folder, pyinstaller_metadata["icon"])) + icon = pyinstaller_metadata["icon"][str(self.settings.os)] )) def layout(self): -- cgit v1.2.3