Fix icns and DefaultBackgroundColor

This commit is contained in:
Mykola Grymalyuk
2021-03-10 22:25:42 -07:00
parent 112e4221b3
commit b0d1e019f8
6 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,8 @@
- Add user-configurable SIP and SecureBootModel - Add user-configurable SIP and SecureBootModel
- Fix USB Maps not working on "Minimal" SMBIOS - Fix USB Maps not working on "Minimal" SMBIOS
- Fix GPU vendor user-configuration - Fix GPU vendor user-configuration
- Add black background to work-around Macs not respecting DefaultBackgroundColor - Fix custom EFI Boot icon in Mac Boot Picker
- Enable UserInterfaceTheme to ensure DefaultBackgroundColor is respected
## 0.0.15 ## 0.0.15
- Add user-configurable OpenCore DEBUG builds - Add user-configurable OpenCore DEBUG builds

View File

@@ -545,11 +545,10 @@ Please build OpenCore first!"""
utilities.header(["Copying OpenCore"]) utilities.header(["Copying OpenCore"])
if mount_path.exists(): if mount_path.exists():
print("- Coping OpenCore onto EFI partition")
if (mount_path / Path("EFI")).exists(): if (mount_path / Path("EFI")).exists():
print("Removing preexisting EFI folder") print("- Removing preexisting EFI folder")
shutil.rmtree(mount_path / Path("EFI"), onerror=rmtree_handler) shutil.rmtree(mount_path / Path("EFI"), onerror=rmtree_handler)
print("- Coping OpenCore onto EFI partition")
shutil.copytree(self.constants.opencore_release_folder / Path("EFI"), mount_path / Path("EFI")) shutil.copytree(self.constants.opencore_release_folder / Path("EFI"), mount_path / Path("EFI"))
shutil.copy(self.constants.icon_path, mount_path) shutil.copy(self.constants.icon_path, mount_path)
print("OpenCore transfer complete") print("OpenCore transfer complete")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -1143,7 +1143,7 @@
<key>AppleSmcIo</key> <key>AppleSmcIo</key>
<false/> <false/>
<key>AppleUserInterfaceTheme</key> <key>AppleUserInterfaceTheme</key>
<false/> <true/>
<key>DataHub</key> <key>DataHub</key>
<false/> <false/>
<key>DeviceProperties</key> <key>DeviceProperties</key>

BIN
payloads/Icon/.VolumeIcon.icns Normal file → Executable file

Binary file not shown.

Binary file not shown.