We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2cdf6 commit 60e3b1dCopy full SHA for 60e3b1d
cq-cli_pyinstaller.spec
@@ -32,6 +32,7 @@ for file_path in file_list:
32
file_name = file_path.split(os.path.sep)[-1]
33
module_name = file_name.replace(".py", "")
34
hidden_imports.append("cqcodecs." + module_name)
35
+hidden_imports.append('OCP')
36
37
a = Analysis(['cq-cli.py'],
38
pathex=['.'],
0 commit comments