From ee07adc17a7361ee845f9579880fd9fa36ca68a5 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Fri, 15 Jul 2022 23:38:56 -0500 Subject: [PATCH] Update build.sh --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c333c57f..26a20ff1 100644 --- a/build.sh +++ b/build.sh @@ -3,6 +3,7 @@ # Copyright (c) 2022 Alex313031. YEL='\033[1;33m' # Yellow +CYA='\033[1;96m' # Cyan RED='\033[1;31m' # Red GRE='\033[1;32m' # Green c0=$'\033[0m' # Reset Text @@ -28,7 +29,7 @@ esac printf "\n" && printf "${YEL}Building Thorium for Linux...\n" && -printf "${GRE}\n" && +printf "${CYA}\n" && # Build Thorium export NINJA_SUMMARIZE_BUILD=1 &&