Add Tahoe icon, do now show multiple betas on latest installers listing

This commit is contained in:
Jazzzny
2025-07-07 23:47:24 -04:00
parent 31572c86b9
commit 6d68399483
3 changed files with 16 additions and 0 deletions

View File

@@ -806,6 +806,10 @@ class Constants:
def icon_path_macos_sequoia(self):
return self.icns_resource_path / Path("Sequoia.icns")
@property
def icon_path_macos_tahoe(self):
return self.icns_resource_path / Path("Tahoe.icns")
@property
def gui_path(self):
return self.payload_path / Path("Icon/Resources.zip")
@@ -840,6 +844,7 @@ class Constants:
str(self.icon_path_macos_ventura),
str(self.icon_path_macos_sonoma),
str(self.icon_path_macos_sequoia),
str(self.icon_path_macos_tahoe),
]
sbm_values = [