mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
Sync changelog
This commit is contained in:
@@ -5,8 +5,12 @@
|
|||||||
- Allows for Display Profiles support on some units
|
- Allows for Display Profiles support on some units
|
||||||
- Note: black box rendering issues will likely appear
|
- Note: black box rendering issues will likely appear
|
||||||
- Thanks [@jazzzny](https://github.com/Jazzzny)
|
- Thanks [@jazzzny](https://github.com/Jazzzny)
|
||||||
- Rename payloads.dmg volume name to "OpenCore Patcher Resources"
|
- Rename payloads.dmg volume name to "OpenCore Patcher Resources (Base)"
|
||||||
- Allows for better identification when mounted (ex. Disk Utility while app is running)
|
- Allows for better identification when mounted (ex. Disk Utility while app is running)
|
||||||
|
- Implement DMG-based PatcherSupportPkg system
|
||||||
|
- Reduces both app size and root patching time
|
||||||
|
- Increment Binaries:
|
||||||
|
- PatcherSupportPkg 1.0.0 - release
|
||||||
|
|
||||||
## 0.6.5
|
## 0.6.5
|
||||||
- Update 3802 Patchset Binaries:
|
- Update 3802 Patchset Binaries:
|
||||||
|
|||||||
@@ -154,8 +154,6 @@ class PatcherValidation:
|
|||||||
logging.info(f"Output: {output.stdout.decode()}")
|
logging.info(f"Output: {output.stdout.decode()}")
|
||||||
logging.info(f"Return Code: {output.returncode}")
|
logging.info(f"Return Code: {output.returncode}")
|
||||||
|
|
||||||
print(self.constants.payload_local_binaries_root_path_dmg)
|
|
||||||
|
|
||||||
raise Exception("Failed to mount Universal-Binaries.dmg")
|
raise Exception("Failed to mount Universal-Binaries.dmg")
|
||||||
|
|
||||||
logging.info("- Mounted Universal-Binaries.dmg")
|
logging.info("- Mounted Universal-Binaries.dmg")
|
||||||
|
|||||||
Reference in New Issue
Block a user