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
10c4963361
commit
ad2ab40a15
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
|
|||
displayHelp () {
|
||||
printf "\n" &&
|
||||
printf "${bold}${YEL}Script to build Thorium for Windows on Linux.${c0}\n" &&
|
||||
printf "${underline}Usage${c0}: build_win.sh # (where # is number of jobs)\n" &&
|
||||
printf "${underline}Usage: ${c0}build_debug_win.sh # (where # is number of jobs)\n" &&
|
||||
printf "\n"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue