Add custom SSD icon

This commit is contained in:
Mykola Grymalyuk
2021-03-26 20:38:50 -06:00
parent 299bb0be73
commit fbae80ec26
4 changed files with 14 additions and 6 deletions

View File

@@ -186,6 +186,8 @@ class Constants:
@property
def icon_path_sd(self): return self.payload_path / Path("Icon/SD-Card/.VolumeIcon.icns")
@property
def icon_path_ssd(self): return self.payload_path / Path("Icon/SSD/.VolumeIcon.icns")
@property
def gui_path(self): return self.payload_path / Path("Icon/Resources.zip")
# Apple Paylods Paths