mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
MacOS 15 - Sequoia out today
This commit is contained in:
@@ -146,7 +146,7 @@ case $gamos in
|
|||||||
fullversion=$(sw_vers -productVersion)
|
fullversion=$(sw_vers -productVersion)
|
||||||
osversion=${fullversion:0:2}
|
osversion=${fullversion:0:2}
|
||||||
case ${osversion:0:2} in
|
case ${osversion:0:2} in
|
||||||
11|12|13|14)
|
11|12|13|14|15)
|
||||||
gamfile="macos-x86_64.tar.xz";;
|
gamfile="macos-x86_64.tar.xz";;
|
||||||
*)
|
*)
|
||||||
echo_red "Sorry, this version ($fullversion) of MacOS is not supported. Exiting."
|
echo_red "Sorry, this version ($fullversion) of MacOS is not supported. Exiting."
|
||||||
|
|||||||
@@ -9189,7 +9189,8 @@ MACOS_CODENAMES = {
|
|||||||
11: 'Big Sur',
|
11: 'Big Sur',
|
||||||
12: 'Monterey',
|
12: 'Monterey',
|
||||||
13: 'Ventura',
|
13: 'Ventura',
|
||||||
14: 'Sonoma',
|
14: 'Sonoma,
|
||||||
|
15: 'Sequoia',
|
||||||
}
|
}
|
||||||
|
|
||||||
def getOSPlatform():
|
def getOSPlatform():
|
||||||
|
|||||||
Reference in New Issue
Block a user