From 621e0dc86b91c1b5d8073dac062ac7dd7432b5f5 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 25 Oct 2022 15:56:38 -0500 Subject: [PATCH] Update pyinstaller.spec str to list --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index bd992a6..4c4e2a6 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -28,7 +28,7 @@ hiddenimports2 = collect_submodules('xmlrpc') a = Analysis(['run.py'], pathex=['.'], - binaries=[ocp_path] + cas_dllA + cas_dllB + binaries1, + binaries=[ocp_path] + [cas_dllA] + [cas_dllB] + binaries1, datas=[(spyder_data, 'spyder'), (occt_dir, 'opencascade'), (cqw_path, 'cq_warehouse'),