diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-20 23:45:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:19:51 +0100 |
| commit | bbf01298b11398119ae9471d592a611d68d6de54 (patch) | |
| tree | a87375791eaecbc93f33f77f59c92b3e5c063c73 /platform | |
| parent | 8fbd2698e6c5d058c30c2ffd8fbc46f58ca1576b (diff) | |
Add new DLLs to installer.
Diffstat (limited to 'platform')
| -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 2601ac79a..983068bc2 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: |
