Update dependencies on Windows to include libpng.

This commit is contained in:
Michael R Sweet
2025-03-06 14:37:44 -05:00
parent e9debcd169
commit b7b6655db0
4 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
:: Copy dependent DLLs to the named build directory
echo Copying DLLs
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Debug\*.dll %1
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Release\*.dll %1
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Debug\*.dll %1
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1