diff --git a/setup/zip-win32.bat b/setup/zip-win32.bat index 3c9b97e9..8b3ac18c 100644 --- a/setup/zip-win32.bat +++ b/setup/zip-win32.bat @@ -7,4 +7,5 @@ cd win32 dcd.license.txt dexed.license.txt^ dexed.exe dastworx.exe^ dexed.ico dexed.png^ - dcd-server.exe dcd-client.exe dscanner.exe + dcd-server.exe dcd-client.exe dscanner.exe^ + libeay32.dll ssleay32.dll \ No newline at end of file diff --git a/setup/zip-win64.bat b/setup/zip-win64.bat index 477300c9..c2227e64 100644 --- a/setup/zip-win64.bat +++ b/setup/zip-win64.bat @@ -7,4 +7,5 @@ cd win64 dcd.license.txt dexed.license.txt^ dexed.exe dastworx.exe^ dexed.ico dexed.png^ - dcd-server.exe dcd-client.exe dscanner.exe + dcd-server.exe dcd-client.exe dscanner.exe^ + libeay32.dll ssleay32.dll \ No newline at end of file