Add Sequoia assets

This commit is contained in:
Mykola Grymalyuk
2024-06-13 16:22:28 -06:00
parent b2c01da5b2
commit 462d6f633a
2 changed files with 6 additions and 1 deletions

View File

@@ -782,6 +782,10 @@ class Constants:
def icon_path_macos_sonoma(self):
return self.icns_resource_path / Path("Sonoma.icns")
@property
def icon_path_macos_sequoia(self):
return self.icns_resource_path / Path("Sequoia.icns")
@property
def gui_path(self):
return self.payload_path / Path("Icon/Resources.zip")
@@ -810,7 +814,8 @@ class Constants:
str(self.icon_path_macos_big_sur),
str(self.icon_path_macos_monterey),
str(self.icon_path_macos_ventura),
str(self.icon_path_macos_sonoma)
str(self.icon_path_macos_sonoma),
str(self.icon_path_macos_sequoia),
]
sbm_values = [

Binary file not shown.