Update build_mac.sh

This commit is contained in:
Alexander David Frick 2022-10-15 04:06:50 -05:00 committed by GitHub
parent e4834effba
commit 12b9e3fd8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ buildShell () {
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chromedriver thorium_shell -j$@ &&
cat $HOME/thorium/logos/thorium_logo_ascii_art.txt &&
cat logos/thorium_logo_ascii_art.txt &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run ./build_dmg.sh, and copy the Thorium Shell.app\n" &&
tput sgr0
@ -58,7 +58,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chromedriver thorium_shell -j$@ &&
cat $HOME/thorium/logos/thorium_logo_ascii_art.txt &&
cat logos/thorium_logo_ascii_art.txt &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run ./build_dmg.sh\n" &&