diff --git a/docs/win32_build_scripts/pokerth_download_libs.cmd b/docs/win32_build_scripts/pokerth_download_libs.cmd index ea54d2bd..cd921913 100644 --- a/docs/win32_build_scripts/pokerth_download_libs.cmd +++ b/docs/win32_build_scripts/pokerth_download_libs.cmd @@ -140,9 +140,9 @@ cd /d %PKTH_BaseDir% if not exist %PKTH_BaseDir%\GnuTLS. ( echo. echo Downloading GnuTLS -%PKTH_OldDir%\third_party_apps\curl -O http://josefsson.org/gnutls4win/gnutls-2.3.8.zip +%PKTH_OldDir%\third_party_apps\curl -O http://josefsson.org/gnutls4win/gnutls-2.2.5.zip mkdir GnuTLS -%PKTH_OldDir%\third_party_apps\7za x -y -oGnuTLS gnutls-2.3.8.zip +%PKTH_OldDir%\third_party_apps\7za x -y -oGnuTLS gnutls-2.2.5.zip REM Wait 5 seconds for the file cache. @ping 127.0.0.1 -n 5 -w 1000 > nul REM Remove files for dynamic linking, we do not want to accidently use them