mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
dylib_data.py: Resolve pathing typos
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Data for SkyLightShim Plugin systems
|
# Data for SkyLightShim Plugin systems
|
||||||
class shim_list:
|
class shim_list:
|
||||||
shim_pathing = {
|
shim_pathing = {
|
||||||
"CoreWLAN.dylib": "/Systen/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent",
|
"CoreWLAN.dylib": "/System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent",
|
||||||
"BacklightFixup.dylib": "/System/Library/CoreServices/loginwindow.app/Contents/Mac0S/loginwindow",
|
"BacklightFixup.dylib": "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow",
|
||||||
}
|
}
|
||||||
|
|
||||||
shim_legacy_accel = [
|
shim_legacy_accel = [
|
||||||
|
|||||||
Reference in New Issue
Block a user