From 95f7ea094ab2176bc3fce651bfa786fe6f5d2b08 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 14 Oct 2022 10:05:01 -0500 Subject: [PATCH] Add cqmore as hiddenimport may need to add cqmore for data directory as well --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 0298fc3..e476e97 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -38,7 +38,7 @@ a = Analysis(['run.py'], 'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'xmlrpc', 'zmq.backend', 'cq_warehouse', 'cq_warehouse.bearing', 'cq_warehouse.chain', 'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener', - 'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache', 'build123d'] + hiddenimports1 + hiddenimports2, + 'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache', 'build123d', 'cqmore'] + hiddenimports1 + hiddenimports2, hookspath=[], runtime_hooks=['pyinstaller/pyi_rth_occ.py', 'pyinstaller/pyi_rth_fontconfig.py'],