Fix retrieve of content

This commit is contained in:
bernat 2020-03-19 11:26:43 +01:00
parent 5905ef7cc2
commit 4089303247
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ rem -- Download the content ----------------------------------------------------
rem ============================================================================ rem ============================================================================
echo Downloading "%CONTENT_LINK%"... echo Downloading "%CONTENT_LINK%"...
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%CONTENT_LINK%', '%CONTENT_FOLDER%')" powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%CONTENT_LINK%', '%CONTENT_FILE%')"
if %errorlevel% neq 0 goto error_download if %errorlevel% neq 0 goto error_download
echo %FILE_N% Extracting content from "%CONTENT_FILE%", this can take a while... echo %FILE_N% Extracting content from "%CONTENT_FILE%", this can take a while...