diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2022-11-06 22:13:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 22:13:43 +1000 |
commit | c69dd337e34e9ee4000efbc96facdb93003de9bf (patch) | |
tree | 271e65e512e2760e392f427644ccfb0ed48eee72 | |
parent | f3f1c6590fd36a4e1998cd087da3c0ab2dbd839c (diff) | |
parent | d7c8816068e9c96b96afa587669a14addc07f6cf (diff) |
Merge pull request #22098 from thexai/no-blue
[Windows] BuildSetup.bat: removes blue color from terminal
-rw-r--r-- | tools/buildsteps/windows/BuildSetup.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/buildsteps/windows/BuildSetup.bat b/tools/buildsteps/windows/BuildSetup.bat index ed5e29f1f2..a4103903de 100644 --- a/tools/buildsteps/windows/BuildSetup.bat +++ b/tools/buildsteps/windows/BuildSetup.bat @@ -20,7 +20,6 @@ rem noprompt to avoid all prompts rem nobinaryaddons to skip building binary addons rem sh to use sh shell instead rxvt CLS -COLOR 1B TITLE %APP_NAME% for Windows Build Script rem ----PURPOSE---- rem - Create a working application build with a single click @@ -171,8 +170,7 @@ set WORKSPACE=%base_dir%\kodi-build.%TARGET_PLATFORM% IF EXIST error.log del error.log > NUL ) - rem restore color and title, some scripts mess these up - COLOR 1B + rem restore title, some scripts mess these up TITLE %APP_NAME% for Windows Build Script IF EXIST exclude.txt del exclude.txt > NUL |