mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 20:10:14 +10:00
non_metal.py: Downgrade screencapture
This commit is contained in:
@@ -38,6 +38,9 @@ class NonMetal(BaseSharedPatchSet):
|
|||||||
"/System/Applications": {
|
"/System/Applications": {
|
||||||
**({ "Photo Booth.app": "11.7.9"} if self._xnu_major >= os_data.monterey else {}),
|
**({ "Photo Booth.app": "11.7.9"} if self._xnu_major >= os_data.monterey else {}),
|
||||||
},
|
},
|
||||||
|
"/usr/sbin": {
|
||||||
|
**({ "screencapture": "14.7"} if self._xnu_major >= os_data.sequoia else {}),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
PatchType.REMOVE_SYSTEM_VOLUME: {
|
PatchType.REMOVE_SYSTEM_VOLUME: {
|
||||||
"/System/Library/Extensions": [
|
"/System/Library/Extensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user