Fix broken windows/linux builds

Due to some breaking changes in pyinstaller upgrade, add option to use old packaging

https://github.com/pyinstaller/pyinstaller/pull/7713

CURA-11483
This commit is contained in:
c.lamboo 2024-02-05 10:58:19 +01:00
parent ebea2b46db
commit 54d6315f28

View File

@ -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(