mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-25 16:37:42 +01:00
Updated buildme menus
This commit is contained in:
parent
c2f4161645
commit
dd0b4a3bc4
8
buildme
8
buildme
@ -419,7 +419,7 @@ echo && echo
|
|||||||
echo && echo
|
echo && echo
|
||||||
echo && echo
|
echo && echo
|
||||||
echo && echo
|
echo && echo
|
||||||
echo && echo
|
echo
|
||||||
|
|
||||||
PS3='
|
PS3='
|
||||||
Files will be put on Desktop/ClovUtils: '
|
Files will be put on Desktop/ClovUtils: '
|
||||||
@ -436,7 +436,7 @@ options=( 'Get CloverConfigPlistValidator'
|
|||||||
'Get QtiASL'
|
'Get QtiASL'
|
||||||
'Get CsrDecode'
|
'Get CsrDecode'
|
||||||
'Get gibMacOS'
|
'Get gibMacOS'
|
||||||
'back to main')
|
'back to buildme')
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
@ -492,7 +492,7 @@ select opt in "${options[@]}"
|
|||||||
gibMacOS
|
gibMacOS
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"back to main")
|
"back to buildme")
|
||||||
menu
|
menu
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
@ -519,7 +519,7 @@ fi
|
|||||||
echo -e " 🍀$COL_GREEN Clover r$(git describe --tags $(git rev-list --tags --max-count=1))$COL_WHITE (SHA: $lsha1)"$COL_RESET
|
echo -e " 🍀$COL_GREEN Clover r$(git describe --tags $(git rev-list --tags --max-count=1))$COL_WHITE (SHA: $lsha1)"$COL_RESET
|
||||||
echo -e "$COL_CYAN TOOLCHAIN: $MYTOOLCHAIN (override example: './buildme XCODE8')"
|
echo -e "$COL_CYAN TOOLCHAIN: $MYTOOLCHAIN (override example: './buildme XCODE8')"
|
||||||
echo -e $COL_GREEN"-----------------------------------------------------------"$COL_RESET
|
echo -e $COL_GREEN"-----------------------------------------------------------"$COL_RESET
|
||||||
echo
|
|
||||||
PS3='
|
PS3='
|
||||||
Please enter your choice: '
|
Please enter your choice: '
|
||||||
options=( 'build Clover'
|
options=( 'build Clover'
|
||||||
|
Loading…
Reference in New Issue
Block a user