Update pyinstaller.spec

This commit is contained in:
jdegenstein
2022-09-23 09:23:19 -05:00
committed by GitHub
parent 2cab778b6f
commit f292ab5b1d

View File

@@ -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')