mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Add Tahoe icon, do now show multiple betas on latest installers listing
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user