Loading assets/default.plist→assets/config.plist +0 −0 File moved. View file assets/sequoia.plistdeleted 100644 → 0 +0 −1950 File deleted.Preview size limit exceeded, changes collapsed. Show changes src/boot.sh +1 −7 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
assets/sequoia.plistdeleted 100644 → 0 +0 −1950 File deleted.Preview size limit exceeded, changes collapsed. Show changes
src/boot.sh +1 −7 Original line number Diff line number Diff line Loading @@ -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" Loading