Update buildme

This commit is contained in:
vectorsigma72 2020-04-08 00:44:44 +02:00
parent 75427f2d83
commit 61c919eaa2

View File

@ -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