Skip to content

Commit

Permalink
Fixed PyInstaller spec for new module naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 25, 2023
1 parent b540ec8 commit c964820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(['src/cq_cli/cq_cli.py'],
a = Analysis(['src/cq_cli/main.py'],
pathex=['.'],
#binaries=[
# ocp_path
Expand Down

0 comments on commit c964820

Please sign in to comment.