mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
Build: Rename payloads.dmg volume
Avoids confusion when users see “payloads” mounted in disk utility with no extra info
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user