Build: Rename payloads.dmg volume

Avoids confusion when users see “payloads” mounted in disk utility with no extra info
This commit is contained in:
Mykola Grymalyuk
2023-05-04 11:18:39 -06:00
parent bc8a2727c3
commit ef9df5265b
2 changed files with 3 additions and 1 deletions

View File

@@ -333,7 +333,7 @@ class CreateBinary:
'hdiutil', 'create', './payloads.dmg',
'-megabytes', '32000',
'-format', 'UDZO', '-ov',
'-volname', 'payloads',
'-volname', 'OpenCore Patcher Resources',
'-fs', 'HFS+',
'-srcfolder', './payloads',
'-passphrase', 'password', '-encryption'

View File

@@ -5,6 +5,8 @@
- Allows for Display Profiles support on some units
- Note: black box rendering issues will likely appear
- Thanks [@jazzzny](https://github.com/Jazzzny)
- Rename payloads.dmg volume name to "OpenCore Patcher Resources"
- Allows for better identification when mounted (ex. Disk Utility while app is running)
## 0.6.5
- Update 3802 Patchset Binaries: