mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 11:00:16 +10:00
Fix icns and DefaultBackgroundColor
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 |
@@ -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
BIN
payloads/Icon/.VolumeIcon.icns
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user