mirror of https://github.com/x64dbg/Translations
suppress progress for download
This commit is contained in:
parent
76bf0210ac
commit
bc8eaa52ff
|
@ -6,7 +6,7 @@ if not %ERRORLEVEL%==0 exit /b
|
|||
|
||||
echo Downloading translations from Crowdin...
|
||||
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
|
||||
|
||||
echo Checking translations...
|
||||
|
|
Loading…
Reference in New Issue