mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Add preliminary macOS 26 app icon
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## 3.0.0
|
## 3.0.0
|
||||||
- Restore support for FileVault 2 on macOS 26
|
- Restore support for FileVault 2 on macOS 26
|
||||||
- Add USB mappings for macOS 26
|
- Add USB mappings for macOS 26
|
||||||
|
- Adopt Liquid Glass-conformant app icon
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- OpenCorePkg 1.0.5 - rolling (f03819e)
|
- OpenCorePkg 1.0.5 - rolling (f03819e)
|
||||||
|
|
||||||
|
|||||||
@@ -83,4 +83,5 @@ app = BUNDLE(coll,
|
|||||||
"Build Date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
|
"Build Date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
|
||||||
"BuildMachineOSBuild": subprocess.run(["/usr/bin/sw_vers", "-buildVersion"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode().strip(),
|
"BuildMachineOSBuild": subprocess.run(["/usr/bin/sw_vers", "-buildVersion"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode().strip(),
|
||||||
"NSPrincipalClass": "NSApplication",
|
"NSPrincipalClass": "NSApplication",
|
||||||
|
"CFBundleIconName": "oclp",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -162,6 +162,11 @@ class GenerateApplication:
|
|||||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
subprocess_wrapper.run_and_verify(
|
||||||
|
generate_copy_arguments("payloads/Icon/AppIcons/Assets.car", self._application_output / "Contents/Resources/"),
|
||||||
|
stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def generate(self) -> None:
|
def generate(self) -> None:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 629 KiB |
BIN
payloads/Icon/AppIcons/Assets.car
Normal file
BIN
payloads/Icon/AppIcons/Assets.car
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user