Skip to content

Commit

Permalink
Fix module name in PyInstaller config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 30, 2023
1 parent 11ef96c commit 06b36d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cq-cli_pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ hidden_imports.append('vtkmodules.all')
hidden_imports_numpy = collect_submodules('numpy')
hidden_imports = hidden_imports + hidden_imports_numpy

a = Analysis(['cq-cli.py'],
a = Analysis(['cq_cli.py'],
pathex=['.'],
binaries=[
ocp_path
Expand Down

0 comments on commit 06b36d1

Please sign in to comment.