We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c8bee commit 2e2cdf6Copy full SHA for 2e2cdf6
1 file changed
cq-cli_pyinstaller.spec
@@ -22,7 +22,7 @@ elif sys.platform == 'darwin':
22
lib_dir = (os.path.join(Path(sys.prefix), 'lib'), '.')
23
elif sys.platform == 'win32':
24
occt_dir = os.path.join(Path(sys.prefix), 'Library', 'share', 'opencascade')
25
- ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), '.')
+ ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), 'OCP')
26
lib_dir = (os.path.join(Path(sys.prefix), 'Lib'), '.')
27
28
# Dynamically find all the modules in the cqcodecs directory
0 commit comments