suppress progress for download

This commit is contained in:
Duncan Ogilvie 2024-08-22 20:23:56 +02:00
parent 76bf0210ac
commit bc8eaa52ff
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if not %ERRORLEVEL%==0 exit /b
echo Downloading translations from Crowdin... echo Downloading translations from Crowdin...
rmdir /S /Q translations >nul 2>&1 rmdir /S /Q translations >nul 2>&1
java -jar crowdin-cli.jar download java -jar crowdin-cli.jar --no-colors --no-progress download
if not %ERRORLEVEL%==0 exit /b if not %ERRORLEVEL%==0 exit /b
echo Checking translations... echo Checking translations...