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
3b893718c6
commit
054863c2e8
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
|
|||
displayHelp () {
|
||||
printf "\n" &&
|
||||
printf "${bold}${YEL}Script to build Thorium on Linux.${c0}\n" &&
|
||||
printf "${underline}Usage${c0}: build.sh # (where # is number of jobs)\n" &&
|
||||
printf "${underline}Usage${c0}: build.sh # (where # is number of jobs)${c0}\n" &&
|
||||
printf "\n"
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,5 @@ export NINJA_SUMMARIZE_BUILD=1 &&
|
|||
|
||||
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell -j$@ &&
|
||||
|
||||
printf "${GRE}Build Completed.\n" &&
|
||||
printf "${GRE}${bold}Build Completed.\n" &&
|
||||
tput sgr0
|
||||
|
|
Loading…
Reference in a new issue