We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5905ef7 commit 4089303Copy full SHA for 4089303
Update.bat
@@ -35,7 +35,7 @@ rem -- Download the content ----------------------------------------------------
35
rem ============================================================================
36
37
echo Downloading "%CONTENT_LINK%"...
38
-powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%CONTENT_LINK%', '%CONTENT_FOLDER%')"
+powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%CONTENT_LINK%', '%CONTENT_FILE%')"
39
if %errorlevel% neq 0 goto error_download
40
41
echo %FILE_N% Extracting content from "%CONTENT_FILE%", this can take a while...
0 commit comments