Update build_debug_shell.sh
This commit is contained in:
parent
fe65127cb6
commit
306beb5a3f
1 changed files with 2 additions and 1 deletions
|
@ -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 UI Debug Shell...\n" &&
|
||||
printf "${GRE}\n" &&
|
||||
printf "${CYA}\n" &&
|
||||
|
||||
# Build Thorium UI Debug Shell
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
|
Loading…
Reference in a new issue