From ef9df5265bcb0004501963e2ebba2459e2868237 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Thu, 4 May 2023 11:18:39 -0600 Subject: [PATCH] Build: Rename payloads.dmg volume MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids confusion when users see “payloads” mounted in disk utility with no extra info --- Build-Binary.command | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Build-Binary.command b/Build-Binary.command index f481b87a4..8cc39219b 100755 --- a/Build-Binary.command +++ b/Build-Binary.command @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index b80f7c111..01875f594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: