Added the additional hooks folder now present in the cura-workflows repo.

part of CURA-11622
This commit is contained in:
Remco Burema 2024-12-11 09:03:14 +01:00
parent cc93e8c866
commit 66c1a08478

View File

@ -28,7 +28,7 @@ a = Analysis(
binaries=binaries, binaries=binaries,
datas=datas, datas=datas,
hiddenimports=hiddenimports, hiddenimports=hiddenimports,
hookspath=[], hookspath=["Cura-workflows/runner_scripts/pyinstaller_hooks"],
hooksconfig={}, hooksconfig={},
runtime_hooks=[], runtime_hooks=[],
excludes=[], excludes=[],