mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-09-01 00:59:19 +00:00
Fix the incorrect path in some cases
This commit is contained in:
@@ -16,7 +16,7 @@ class KextMaestro:
|
||||
"idVendor",
|
||||
"HDAConfigDefault"
|
||||
]
|
||||
self.ock_files_dir = os.path.join(os.getcwd(), "OCK_Files")
|
||||
self.ock_files_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))), "OCK_Files")
|
||||
self.kext_loading_sequence = [
|
||||
{
|
||||
"MainKext": "Lilu",
|
||||
|
||||
Reference in New Issue
Block a user