diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-20 23:45:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-25 12:54:49 +0200 |
| commit | 562b2d77b3684233b395c32f76b3dae4e35c573e (patch) | |
| tree | 851e939429476174b4420a51fceee7466fd24047 | |
| parent | 158819abbfce64a87aff1cd2119c49d059b45aed (diff) | |
Add new DLLs to installer.
| -rw-r--r-- | platform/windows/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 47c04c14c..7c2da3c94 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -201,6 +201,10 @@ File "%static_deps%/bin/libsharpyuv-0.dll" File "%static_deps%/bin/libsqlite3-0.dll" File "%static_deps%/bin/libfmt.dll" File "%static_deps%/bin/libhpdf.dll" +File "%static_deps%/bin/libwebpdemux-2.dll" +File "%static_deps%/bin/libnghttp2-14.dll" +File "%static_deps%/bin/libpsl-5.dll" +File "%static_deps%/bin/libzstd.dll" """, file=f) if bits == 32: |
