From baa021156258f169a6cea211b7d07abf8a836ca8 Mon Sep 17 00:00:00 2001 From: thorade Date: Mon, 23 Apr 2018 13:07:49 +0200 Subject: [PATCH] append download to the URL https://sourceforge.net/p/forge/documentation/Downloading%20files%20via%20the%20command%20line/ --- win/build-deps.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 390e4929da..7679a06701 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -432,7 +432,7 @@ set DEPENDENCY_NAME=SWIG %SWIG_VERSION% set DEPENDENCY_DIR=N/A set SWIG_ZIP=swigwin-%SWIG_VERSION%.zip cd "%DEPS_DIR%" -call :DownloadFile https://downloads.sourceforge.net/project/swig/swigwin/swigwin-%SWIG_VERSION%/%SWIG_ZIP% "%DEPS_DIR%" %SWIG_ZIP% +call :DownloadFile https://sourceforge.net/project/swig/swigwin/swigwin-%SWIG_VERSION%/%SWIG_ZIP%/download "%DEPS_DIR%" %SWIG_ZIP% IF NOT %ERRORLEVEL%==0 GOTO :Error call :ExtractArchive %SWIG_ZIP% "%DEPS_DIR%" "%DEPS_DIR%\swigwin" IF NOT %ERRORLEVEL%==0 GOTO :Error