Sync changelog

This commit is contained in:
Mykola Grymalyuk
2023-05-04 16:16:26 -06:00
parent 978a16f397
commit d9e9fea2f7
2 changed files with 5 additions and 3 deletions

View File

@@ -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:

View File

@@ -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")