mirror of https://github.com/x64dbg/Translations
Disable colors and progress bars
This commit is contained in:
parent
dc7a76d888
commit
76bf0210ac
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue