Skip to content

Commit

Permalink
fix: include sdk in build
Browse files Browse the repository at this point in the history
  • Loading branch information
4gac committed Apr 2, 2024
1 parent 2fb17eb commit e747beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang_detect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down

0 comments on commit e747beb

Please sign in to comment.