From e747bebb2baaa13d807fc5bcc69a7a0cf3fd2013 Mon Sep 17 00:00:00 2001 From: 4gac Date: Tue, 2 Apr 2024 16:08:43 +0200 Subject: [PATCH] fix: include sdk in build --- lang_detect.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang_detect.spec b/lang_detect.spec index da4b0fb..a73101a 100644 --- a/lang_detect.spec +++ b/lang_detect.spec @@ -7,7 +7,7 @@ block_cipher = None a = Analysis( ['src/lang_detect.py'], pathex=[], - binaries=[], + binaries=[('venv/lib/python3.11/site-packages/pdfixsdk/', 'pdfixsdk/')], datas=[], hiddenimports=[], hookspath=[],