mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Use different icon formats depending on OS
Contributes to CURA-9365
This commit is contained in:
parent
3e67566aad
commit
ffca22971e
3 changed files with 9 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue