Skip to content

Commit 501d900

Browse files
committed
Added import to make sure cqcodecs directory was included
1 parent 7321f2e commit 501d900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cq-cli_pyinstaller.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ a = Analysis(['cq-cli.py'],
4040
ocp_path
4141
],
4242
datas=[
43-
lib_dir
43+
lib_dir,
44+
(os.path.join(os.path.dirname(os.path.realpath('__file__')), 'cqcodecs'), 'cqcodecs')
4445
],
4546
hiddenimports=hidden_imports,
4647
hookspath=[],

0 commit comments

Comments
 (0)