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
+2 -1
View File
@@ -14,7 +14,8 @@
- Add user-configurable SIP and SecureBootModel
- Fix USB Maps not working on "Minimal" SMBIOS
- 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
- Add user-configurable OpenCore DEBUG builds
+2 -3
View File
@@ -545,11 +545,10 @@ Please build OpenCore first!"""
utilities.header(["Copying OpenCore"])
if mount_path.exists():
print("- Coping OpenCore onto EFI partition")
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)
print("- Coping OpenCore onto EFI partition")
shutil.copytree(self.constants.opencore_release_folder / Path("EFI"), mount_path / Path("EFI"))
shutil.copy(self.constants.icon_path, mount_path)
print("OpenCore transfer complete")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 69 KiB

+1 -1
View File
@@ -1143,7 +1143,7 @@
<key>AppleSmcIo</key>
<false/>
<key>AppleUserInterfaceTheme</key>
<false/>
<true/>
<key>DataHub</key>
<false/>
<key>DeviceProperties</key>
Regular → Executable
BIN
View File
Binary file not shown.
Binary file not shown.