mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:59:03 +08:00
Use relative path for the entrypoint
Contributes to CURA-9365
This commit is contained in:
parent
ca83874f65
commit
3e67566aad
@ -182,7 +182,7 @@ class CuraConan(ConanFile):
|
||||
with open(Path(self.source_folder, "Ultimaker-Cura.spec"), "w") as f:
|
||||
f.write(pyinstaller.render(
|
||||
name = str(self.options.display_name).replace(" ", "-"),
|
||||
entrypoint = str(Path(self.source_folder, "cura_app.py")),
|
||||
entrypoint = "cura_app.py",
|
||||
datas = datas,
|
||||
binaries = binaries,
|
||||
hiddenimports = pyinstaller_metadata["hiddenimports"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user