Skip to content

Commit

Permalink
Fix broken windows/linux builds
Browse files Browse the repository at this point in the history
Due to some breaking changes in pyinstaller upgrade, add option to use old packaging

pyinstaller/pyinstaller#7713

CURA-11483
  • Loading branch information
casperlamboo committed Feb 5, 2024
1 parent ebea2b4 commit 54d6315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UltiMaker-Cura.spec.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ exe = EXE(
target_arch={{ target_arch }},
codesign_identity=os.getenv('CODESIGN_IDENTITY', None),
entitlements_file={{ entitlements_file }},
icon={{ icon }}
icon={{ icon }},
contents_directory='.'
)

coll = COLLECT(
Expand Down

0 comments on commit 54d6315

Please sign in to comment.