mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
Add Sequoia assets
This commit is contained in:
@@ -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 = [
|
||||
|
||||
BIN
payloads/Icon/AppIcons/Sequoia.icns
Normal file
BIN
payloads/Icon/AppIcons/Sequoia.icns
Normal file
Binary file not shown.
Reference in New Issue
Block a user