mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
fix buildme by MifJpn
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
8da3efae13
commit
f848a2179b
10
buildme
10
buildme
@ -543,35 +543,43 @@ select opt in "${options[@]}"
|
|||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
"build Clover")
|
"build Clover")
|
||||||
|
checkTools
|
||||||
buildClover
|
buildClover
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"build Clover with HFSPlus")
|
"build Clover with HFSPlus")
|
||||||
|
checkTools
|
||||||
buildCloverHFSPlus
|
buildCloverHFSPlus
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"make pkg")
|
"make pkg")
|
||||||
|
checkTools
|
||||||
|
buildClover
|
||||||
buildCCPV
|
buildCCPV
|
||||||
BLC
|
BLC
|
||||||
buildPkg
|
buildPkg
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"make app")
|
"make app")
|
||||||
|
checkTools
|
||||||
buildApp
|
buildApp
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"make app (with Clover)")
|
"make app (with Clover)")
|
||||||
|
checkTools
|
||||||
buildApp withV2
|
buildApp withV2
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"make iso")
|
"make iso")
|
||||||
|
checkTools
|
||||||
buildIso
|
buildIso
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"build all")
|
"build all")
|
||||||
|
checkTools
|
||||||
|
buildClover
|
||||||
buildCCPV
|
buildCCPV
|
||||||
BLC
|
BLC
|
||||||
buildClover
|
|
||||||
buildPkg
|
buildPkg
|
||||||
buildIso
|
buildIso
|
||||||
buildApp
|
buildApp
|
||||||
|
Loading…
Reference in New Issue
Block a user