mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +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',
|
'hdiutil', 'create', './payloads.dmg',
|
||||||
'-megabytes', '32000',
|
'-megabytes', '32000',
|
||||||
'-format', 'UDZO', '-ov',
|
'-format', 'UDZO', '-ov',
|
||||||
'-volname', 'payloads',
|
'-volname', 'OpenCore Patcher Resources',
|
||||||
'-fs', 'HFS+',
|
'-fs', 'HFS+',
|
||||||
'-srcfolder', './payloads',
|
'-srcfolder', './payloads',
|
||||||
'-passphrase', 'password', '-encryption'
|
'-passphrase', 'password', '-encryption'
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
- 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"
|
||||||
|
- Allows for better identification when mounted (ex. Disk Utility while app is running)
|
||||||
|
|
||||||
## 0.6.5
|
## 0.6.5
|
||||||
- Update 3802 Patchset Binaries:
|
- Update 3802 Patchset Binaries:
|
||||||
|
|||||||
Reference in New Issue
Block a user