mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🍎 Add macOS sequoia to bottle script
This commit is contained in:
parent
35433359a9
commit
7d0f0a8fbd
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,8 @@ ROOT_URL="https://github.com/mas-cli/mas/releases/download/v${MAS_VERSION}"
|
|||
|
||||
# Supports macOS 10.13 and later
|
||||
OS_NAMES=(
|
||||
sequoia
|
||||
arm64_sequoia
|
||||
sonoma
|
||||
arm64_sonoma
|
||||
ventura
|
||||
|
@ -46,6 +48,9 @@ echo "CURRENT_OS_VERSION_MAJOR: ${CURRENT_OS_VERSION_MAJOR}"
|
|||
echo "CURRENT_OS_VERSION_MINOR: ${CURRENT_OS_VERSION_MINOR}"
|
||||
|
||||
case "${CURRENT_OS_VERSION_MAJOR}" in
|
||||
15)
|
||||
CURRENT_PLATFORM=sequoia
|
||||
;;
|
||||
14)
|
||||
CURRENT_PLATFORM=sonoma
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue