diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-20 23:45:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-29 00:10:23 +0100 |
| commit | 42a7aeb0a1553301c393f13dba67baba957d90ae (patch) | |
| tree | 55108dad90491c0a8e4eba3eba267062dee8d836 | |
| parent | 6e15b0d13f9f08cafbcf24963664488ef862d74d (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 8abf85de0..f1ad06152 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: |
