From 26b64607a5fd4335c35c750b4d3431d53cafb1ca Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 28 Oct 2022 11:28:22 -0500 Subject: [PATCH] hookspath=['pyinstaller/extrahooks/']to _pip.spec --- pyinstaller_pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller_pip.spec b/pyinstaller_pip.spec index 5769f7a..4f900c5 100644 --- a/pyinstaller_pip.spec +++ b/pyinstaller_pip.spec @@ -39,7 +39,7 @@ a = Analysis(['run.py'], 'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener', 'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache', 'build123d', 'cqmore'] + hiddenimports1 + hiddenimports2, - hookspath=['pyinstaller/hook-casadi.py'], + hookspath=['pyinstaller/extrahooks/'], runtime_hooks=['pyinstaller/pyi_rth_occ.py', 'pyinstaller/pyi_rth_fontconfig.py'], excludes=['_tkinter'],