From f292ab5b1d77a82cdfa809ddbc3f6f2ef7489427 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 23 Sep 2022 09:23:19 -0500 Subject: [PATCH] Update pyinstaller.spec --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 7c4238a..abbfe32 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -10,7 +10,7 @@ spyder_data = Path(site.getsitepackages()[-1]) / 'spyder' parso_grammar = (Path(site.getsitepackages()[-1]) / 'parso/python').glob('grammar*') cqw_path = Path(site.getsitepackages()[-1]) / 'cq_warehouse' cq_path = Path(site.getsitepackages()[-1]) / 'cadquery' -cqe_path = Path(site.getsitepackages()[-1]) / 'cq-editor' +cqe_path = Path(site.getsitepackages()[-1]) / 'jmwright-cq-editor' if sys.platform == 'linux': occt_dir = os.path.join(Path(sys.prefix), 'share', 'opencascade')