From c96482072df46587a0ecc6a2f6201257795bb3cc Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 25 Oct 2023 08:46:09 -0400 Subject: [PATCH] Fixed PyInstaller spec for new module naming scheme --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index cda6d99..7e62d14 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -45,7 +45,7 @@ hidden_imports.append('vtkmodules.all') hidden_imports_numpy = collect_submodules('numpy') hidden_imports = hidden_imports + hidden_imports_numpy -a = Analysis(['src/cq_cli/cq_cli.py'], +a = Analysis(['src/cq_cli/main.py'], pathex=['.'], #binaries=[ # ocp_path