Skip to content

Commit

Permalink
PyInstaller打包带上zlib的dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 24, 2023
1 parent 7324e87 commit ce7b7bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui_zip.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ mower_a = Analysis(
("venv/Lib/site-packages/shapely/DLLs/geos.dll", "."),
("venv/Lib/site-packages/shapely/DLLs/geos_c.dll", "."),
("logo.png", "."),
("venv/Lib/site-packages/pyzbar/libzbar-64.dll", "."),
("venv/Lib/site-packages/pyzbar/libiconv.dll", "."),
]
+ add_data,
hiddenimports=["imghdr", "imgaug", "scipy.io", "lmdb"],
Expand Down

0 comments on commit ce7b7bd

Please sign in to comment.