mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
sys_patch_dict.py: Fix formatting
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# - Processes: Additional processes to run - Array of strings
|
# - Processes: Additional processes to run - Array of strings
|
||||||
|
|
||||||
# File Storage is based off the origin, ie. '10.13.6/System/Library/Extensions/IOSurface.kext'
|
# File Storage is based off the origin, ie. '10.13.6/System/Library/Extensions/IOSurface.kext'
|
||||||
# Stubbed binaries are OS specific, this use the 'os_major' variable to denounce which folder to use
|
# Stubbed binaries are OS specific, they use the 'os_major' variable to denounce which folder to use
|
||||||
|
|
||||||
from data import os_data
|
from data import os_data
|
||||||
|
|
||||||
@@ -198,9 +198,9 @@ def SystemPatchDictionary(os_major):
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Remove": {
|
"Remove": {
|
||||||
"/System/Library/Extensions": {
|
"/System/Library/Extensions": [
|
||||||
"AppleCameraInterface.kext",
|
"AppleCameraInterface.kext"
|
||||||
},
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Intel Ironlake": {
|
"Intel Ironlake": {
|
||||||
|
|||||||
Reference in New Issue
Block a user