mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build.sh
This commit is contained in:
parent
80463e8b77
commit
ee07adc17a
1 changed files with 2 additions and 1 deletions
3
build.sh
3
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 &&
|
||||
|
|
Loading…
Reference in a new issue