We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bab8b commit 7bb42ffCopy full SHA for 7bb42ff
1 file changed
cq-cli_pyinstaller.spec
@@ -23,7 +23,7 @@ elif sys.platform == 'darwin':
23
ocp_path = (os.path.join(HOMEPATH, 'OCP.cpython-38-darwin.so'), '.')
24
elif sys.platform == 'win32':
25
occt_dir = Path(sys.prefix) + os.path.sep + 'Library' + os.path.sep + 'share' + os.path.sep + 'opencascade'
26
- ocp_path = (os.path.join('C:\\Miniconda3\\envs\\test\\Lib\\site-packages', 'OCP.cp38-win_amd64.pyd'), '.')
+ ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), '.')
27
28
# Dynamically find all the modules in the cqcodecs directory
29
hidden_imports = []
0 commit comments