fix: Remove Sequoia patch (#182)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled

This commit is contained in:
Kroese 2025-01-30 12:42:28 +01:00 committed by GitHub
parent 7aec69abd4
commit 72971f2df5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 1957 deletions

File diff suppressed because it is too large Load diff

View file

@ -81,13 +81,7 @@ if [ ! -f "$IMG" ]; then
CFG="$OUT/EFI/OC/config.plist"
case "${VERSION,,}" in
"sequoia" | "15"* )
PLIST="/assets/sequoia.plist" ;;
* )
PLIST="/assets/default.plist" ;;
esac
PLIST="/assets/config.plist"
[ -f "/config.plist" ] && PLIST="/config.plist"
cp "$PLIST" "$CFG"