diff --git a/Update.bat b/Update.bat index ccac8229f..36e8f15a8 100644 --- a/Update.bat +++ b/Update.bat @@ -35,7 +35,7 @@ rem -- Download the content ---------------------------------------------------- rem ============================================================================ 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 echo %FILE_N% Extracting content from "%CONTENT_FILE%", this can take a while...