mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update build_debug_win.sh
This commit is contained in:
parent
9aa88c99b5
commit
42db2fd19d
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
|
|||
# --help
|
||||
displayHelp () {
|
||||
printf "\n" &&
|
||||
printf "${bold}${YEL}Script to build Thorium for Windows on Linux.${c0}\n" &&
|
||||
printf "${bold}${YEL}Script to build Thorium DEBUG for Windows on Linux.${c0}\n" &&
|
||||
printf "${underline}Usage: ${c0}build_debug_win.sh # (where # is number of jobs)\n" &&
|
||||
printf "\n"
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ printf "${CYA}\n" &&
|
|||
# Build Thorium and Thorium UI Debug Shell
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
../../depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chromedriver thorium_shell setup mini_installer views_examples_with_content -j$@ &&
|
||||
../../depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chromedriver thorium_shell setup mini_installer thorium_ui_debug_shell -j$@ &&
|
||||
|
||||
mkdir -v ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell &&
|
||||
mkdir -v ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons &&
|
||||
|
@ -65,7 +65,7 @@ cp -r -f -v ~/chromium/src/out/thorium/ui_resources_100_percent.pak ~/chromium/s
|
|||
cp -r -f -v ~/chromium/src/out/thorium/ui_test.pak ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/ &&
|
||||
cp -r -f -v ~/chromium/src/out/thorium/ui_test_200_percent.pak ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/ &&
|
||||
cp -r -f -v ~/chromium/src/out/thorium/views_examples_resources.pak ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/ &&
|
||||
cp -r -f -v ~/chromium/src/out/thorium/views_examples_with_content.exe ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/thorium_debug_shell.exe &&
|
||||
cp -r -f -v ~/chromium/src/out/thorium/thorium_ui_debug_shell.exe ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/ &&
|
||||
|
||||
printf "${GRE}Debug Windows Build Completed.\n" &&
|
||||
tput sgr0
|
||||
|
|
Loading…
Reference in a new issue