Disable colors and progress bars

This commit is contained in:
Duncan Ogilvie 2024-05-17 10:04:24 +02:00
parent dc7a76d888
commit 76bf0210ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@echo off
echo Uploading English sources to Crowdin...
java -jar crowdin-cli.jar upload sources
java -jar crowdin-cli.jar --no-colors --no-progress upload sources
if not %ERRORLEVEL%==0 exit /b
echo Downloading translations from Crowdin...