mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build_win.sh
This commit is contained in:
parent
553d19b94d
commit
1ed9911a4f
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ case $1 in
|
|||
esac
|
||||
|
||||
printf "\n" &&
|
||||
printf "${YEL}Building Thorium...\n" &&
|
||||
printf "${YEL}Building Thorium for Windows...\n" &&
|
||||
printf "\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
./infra/autoninja -C ~/chromium/src/out/thorium chrome chromedriver content_shell setup mini_installer -j$@
|
||||
./infra/autoninja -C ~/chromium/src/out/thorium chrome chromedriver thorium_shell setup mini_installer -j$@
|
||||
|
|
Loading…
Reference in a new issue