File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
oclp_r/sys_patch/patchsets/hardware/misc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 rm -rf *pay*.dmg
3030 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
3131
32- aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.9.9pre1 /Universal-Binaries.dmg"
32+ aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.9.9pre2 /Universal-Binaries.dmg"
3333
3434 - name : Force Universal2 charset for Python
3535 run : |
Original file line number Diff line number Diff line change 2525 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
2626 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install packaging
2727 rm -rf Univ*
28- aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.9.9pre1 /Universal-Binaries.dmg"
28+ aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.9.9pre2 /Universal-Binaries.dmg"
2929 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OCLP-R-GUI.command --validate
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def _modern_audio_patches(self) -> dict:
6464 """
6565 return {
6666 "Modern Audio" : {
67- PatchType .MERGE_SYSTEM_VOLUME : {
67+ PatchType .OVERWRITE_SYSTEM_VOLUME : {
6868 "/System/Library/Extensions" : {
6969 "AppleHDA.kext" : "26.0 Beta 1" ,
7070 },
You can’t perform that action at this time.
0 commit comments