mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Update buildme
This commit is contained in:
parent
75427f2d83
commit
61c919eaa2
3
buildme
3
buildme
@ -201,10 +201,11 @@ fi
|
||||
}
|
||||
|
||||
buildApp() {
|
||||
local withClover=${1-"none"}
|
||||
if [[ "$SYSNAME" == Darwin ]]; then
|
||||
if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then
|
||||
rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2
|
||||
if [[ -n $1 ]] && [[ $1 == withV2 ]]; then
|
||||
if [[ $withClover == withV2 ]]; then
|
||||
touch "${CLOVERROOT}"/CloverPackage/sym/.withV2
|
||||
fi
|
||||
cd "${CLOVERROOT}"/CloverApp
|
||||
|
Loading…
Reference in New Issue
Block a user