Update the default current_macos to Sequoia

This commit is contained in:
CorpNewt 2024-10-26 14:07:34 -05:00 committed by GitHub
parent 821a724f68
commit 7bb3717ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ class gibMacOS:
try: self.settings = json.load(open(self.settings_path))
except: pass
self.current_macos = self.settings.get("current_macos",17) # if > 16, assume X-5, else 10.X
self.current_macos = self.settings.get("current_macos",20) # if > 16, assume X-5, else 10.X
self.min_macos = 5
self.print_urls = self.settings.get("print_urls",False)
self.print_json = False