Skip to content

Commit

Permalink
remove ocp & opencascade
Browse files Browse the repository at this point in the history
  • Loading branch information
PanagiotisMenounos committed Nov 18, 2024
1 parent b3617ae commit 35adbba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ocp_path = (os.path.join(HOMEPATH, 'OCP.cp39-win_amd64.pyd'), '.')

a = Analysis(['src/run.py'],
pathex=['.'],
binaries=[ocp_path],
datas=[(occt_dir, 'opencascade')],
hiddenimports=['vtkmodules'],
binaries=[],
datas=[],
hiddenimports=['vtkmodules', 'vtkmodules.all'],
hookspath=[],
runtime_hooks=['pyinstaller/pyi_rth_occ.py'],
excludes=[],
Expand Down

0 comments on commit 35adbba

Please sign in to comment.