Skip to content

Commit

Permalink
Merge pull request #30 from viniciusccosta/issue-27
Browse files Browse the repository at this point in the history
Closed #27
  • Loading branch information
viniciusccosta authored Jun 14, 2023
2 parents 7474b98 + 7906c83 commit 9cee6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block_cipher = None
a = Analysis(
['app.pyw'],
pathex=[],
binaries=[("venv\Lib\site-packages\pyzbar\libiconv.dll", "."), ("venv\Lib\site-packages\pyzbar\libzbar-64.dll", ".")],
binaries=[(".venv\Lib\site-packages\pyzbar\libiconv.dll", "."), (".venv\Lib\site-packages\pyzbar\libzbar-64.dll", ".")],
datas=[],
hiddenimports=[],
hookspath=[],
Expand Down

0 comments on commit 9cee6ab

Please sign in to comment.