Skip to content

Commit 7321f2e

Browse files
committed
Trying one last variation of the Windows build for consistency
1 parent 60e3b1d commit 7321f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cq-cli_pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elif sys.platform == 'darwin':
2222
lib_dir = (os.path.join(Path(sys.prefix), 'lib'), '.')
2323
elif sys.platform == 'win32':
2424
occt_dir = os.path.join(Path(sys.prefix), 'Library', 'share', 'opencascade')
25-
ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), 'OCP')
25+
ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), '.')
2626
lib_dir = (os.path.join(Path(sys.prefix), 'Lib'), '.')
2727

2828
# Dynamically find all the modules in the cqcodecs directory

0 commit comments

Comments
 (0)