From 76bf0210acc36855e20cd3bd2dd1b672d0f19046 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Fri, 17 May 2024 10:04:24 +0200 Subject: [PATCH] Disable colors and progress bars --- crowdin-sync.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin-sync.bat b/crowdin-sync.bat index 4a60b82..9d9e011 100644 --- a/crowdin-sync.bat +++ b/crowdin-sync.bat @@ -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...