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