aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorthexai <58434170+thexai@users.noreply.github.com>2022-11-06 11:25:29 +0100
committerthexai <58434170+thexai@users.noreply.github.com>2022-11-06 11:26:19 +0100
commitd7c8816068e9c96b96afa587669a14addc07f6cf (patch)
tree271e65e512e2760e392f427644ccfb0ed48eee72 /tools
parentf3f1c6590fd36a4e1998cd087da3c0ab2dbd839c (diff)
[Windows] BuildSetup.bat: removes blue color from terminal
Diffstat (limited to 'tools')
-rw-r--r--tools/buildsteps/windows/BuildSetup.bat4
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