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
|
||||
case $opt in
|
||||
"build Clover")
|
||||
checkTools
|
||||
buildClover
|
||||
break
|
||||
;;
|
||||
"build Clover with HFSPlus")
|
||||
checkTools
|
||||
buildCloverHFSPlus
|
||||
break
|
||||
;;
|
||||
"make pkg")
|
||||
checkTools
|
||||
buildClover
|
||||
buildCCPV
|
||||
BLC
|
||||
buildPkg
|
||||
break
|
||||
;;
|
||||
"make app")
|
||||
checkTools
|
||||
buildApp
|
||||
break
|
||||
;;
|
||||
"make app (with Clover)")
|
||||
checkTools
|
||||
buildApp withV2
|
||||
break
|
||||
;;
|
||||
"make iso")
|
||||
checkTools
|
||||
buildIso
|
||||
break
|
||||
;;
|
||||
"build all")
|
||||
checkTools
|
||||
buildClover
|
||||
buildCCPV
|
||||
BLC
|
||||
buildClover
|
||||
buildPkg
|
||||
buildIso
|
||||
buildApp
|
||||
|
Loading…
Reference in New Issue
Block a user