mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
Organize Drive Icons
This commit is contained in:
@@ -743,19 +743,19 @@ class Constants:
|
||||
|
||||
@property
|
||||
def icon_path_external(self):
|
||||
return self.payload_path / Path("Icon/External/.VolumeIcon.icns")
|
||||
return self.payload_path / Path("Icon/DriveIcons/External/.VolumeIcon.icns")
|
||||
|
||||
@property
|
||||
def icon_path_internal(self):
|
||||
return self.payload_path / Path("Icon/Internal/.VolumeIcon.icns")
|
||||
return self.payload_path / Path("Icon/DriveIcons/Internal/.VolumeIcon.icns")
|
||||
|
||||
@property
|
||||
def icon_path_sd(self):
|
||||
return self.payload_path / Path("Icon/SD-Card/.VolumeIcon.icns")
|
||||
return self.payload_path / Path("Icon/DriveIcons/SD-Card/.VolumeIcon.icns")
|
||||
|
||||
@property
|
||||
def icon_path_ssd(self):
|
||||
return self.payload_path / Path("Icon/SSD/.VolumeIcon.icns")
|
||||
return self.payload_path / Path("Icon/DriveIcons/SSD/.VolumeIcon.icns")
|
||||
|
||||
@property
|
||||
def icon_path_macos_generic(self):
|
||||
|
||||
Reference in New Issue
Block a user