Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jun 1, 2024
1 parent 05d8d82 commit 6281c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ install_ipsw() {
choose_xnu() {
if [ -z "$MACOS_VERSION" ]; then
gum style --border normal --margin "1" --padding "1 2" --border-foreground 212 "Choose $(gum style --foreground 212 'macOS') version to build:"
MACOS_VERSION=$(gum choose "12.5" "13.0" "13.1" "13.2" "13.3" "13.4" "13.5" "14.0" "14.1" "14.2" "14.3" "14.4")
MACOS_VERSION=$(gum choose "12.5" "13.0" "13.1" "13.2" "13.3" "13.4" "13.5" "14.0" "14.1" "14.2" "14.3" "14.4" "14.5")
fi
TIGHTBEAMC="tightbeamc-not-supported"
case ${MACOS_VERSION} in
Expand Down Expand Up @@ -276,7 +276,7 @@ patches() {
'12.5' | '13.0' | '13.1' | '13.2' | '13.3' | '13.4' | '13.5' | '14.0' | '14.1' | '14.2' | '14.3')
PATCH_DIR="${WORK_DIR}/patches"
;;
'14.4')
'14.4' | '14.5')
PATCH_DIR="${WORK_DIR}/patches/14.4"
;;
*)
Expand Down

0 comments on commit 6281c29

Please sign in to comment.