hookspath=['pyinstaller/extrahooks/']to _pip.spec

This commit is contained in:
jdegenstein
2022-10-28 11:28:22 -05:00
committed by GitHub
parent 000fe986e0
commit 26b64607a5

View File

@@ -39,7 +39,7 @@ a = Analysis(['run.py'],
'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener', 'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener',
'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache', 'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache',
'build123d', 'cqmore'] + hiddenimports1 + hiddenimports2, 'build123d', 'cqmore'] + hiddenimports1 + hiddenimports2,
hookspath=['pyinstaller/hook-casadi.py'], hookspath=['pyinstaller/extrahooks/'],
runtime_hooks=['pyinstaller/pyi_rth_occ.py', runtime_hooks=['pyinstaller/pyi_rth_occ.py',
'pyinstaller/pyi_rth_fontconfig.py'], 'pyinstaller/pyi_rth_fontconfig.py'],
excludes=['_tkinter'], excludes=['_tkinter'],