mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 05:40:35 -07:00
Added the additional hooks folder now present in the cura-workflows repo.
part of CURA-11622
This commit is contained in:
parent
cc93e8c866
commit
66c1a08478
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ a = Analysis(
|
|||
binaries=binaries,
|
||||
datas=datas,
|
||||
hiddenimports=hiddenimports,
|
||||
hookspath=[],
|
||||
hookspath=["Cura-workflows/runner_scripts/pyinstaller_hooks"],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue