提交 6e3d292a 编写于 作者: J John Davis

OcAppleKernelLib: Remove extra slash in cacheless binary path creation

上级 bba89ba5
......@@ -11,6 +11,7 @@ OpenCore Changelog
- Prevented unwanted clear screen to console background colour when in graphics mode
- Added `ResizeUsePciRbIo` quirk to workaround broken PciIo on some UEFI firmwares, thx @xCuri0
- Fixed crash while using `SysReport` on older Atom systems
- Fixed kexts without a Contents folder not being patched during a cacheless boot
#### v0.8.8
- Updated underlying EDK II package to edk2-stable202211
......
......@@ -398,7 +398,7 @@ ScanExtensions (
L"%s\\%s\\%s%s",
FilePath,
FileInfo->FileName,
UseContents ? L"Contents\\MacOS\\" : L"\\",
UseContents ? L"Contents\\MacOS\\" : L"",
BuiltinKext->BinaryFileName
);
if (EFI_ERROR (Status)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册