Skip to content

Commit

Permalink
installer: fix SDXC with OpenCore Legacy Patcher
Browse files Browse the repository at this point in the history
Fixes #975
Fixes #1056
  • Loading branch information
osy committed Apr 14, 2023
1 parent c468543 commit 8d6a23b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Installer/Package.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
<key>GID</key>
<integer>0</integer>
<key>PATH</key>
<string>data/HaCMiniSupport/NUCO2SDXC.kext</string>
<string>data/BigSurSDXC/BigSurSDXC.kext</string>
<key>PATH_TYPE</key>
<integer>1</integer>
<key>PERMISSIONS</key>
Expand All @@ -794,7 +794,7 @@
<key>GID</key>
<integer>0</integer>
<key>PATH</key>
<string>data/HaCMiniSupport/NUCO2SDXC.kext.MinKernel.txt</string>
<string>data/BigSurSDXC/BigSurSDXC.kext.MinKernel.txt</string>
<key>PATH_TYPE</key>
<integer>1</integer>
<key>PERMISSIONS</key>
Expand Down
2 changes: 2 additions & 0 deletions Installer/data/BigSurSDXC/source.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://github.com/dortania/OpenCore-Legacy-Patcher/blob/f1d67923c827be2deebb1172333e7f0afb340583/payloads/Kexts/Misc/BigSurSDXC-v1.0.0.zip?raw=true
cae42ad863f5d4ae8a622ce1a9632f7268952fdeeb43306fe7f0d2be7275d3f8
1 change: 0 additions & 1 deletion Installer/data/HaCMiniSupport/NUCO2SDXC.kext.MaxKernel.txt

This file was deleted.

4 changes: 2 additions & 2 deletions Installer/data/HaCMiniSupport/source.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/osy/HaC-Mini/releases/download/v3.2.1/HaCMiniSupport-v3.1.zip
44f7f49e0f82c1140ff7dd36eb91147a52b758b37b4457413c4564eb69b85d91
https://github.com/osy/HaC-Mini/releases/download/v2.0/HaCMiniSupport-v2.0.zip
e303bb055a1c06d863cd007eacb5a7432bf9fa2d6d642dda5353b34b97ca51b5

0 comments on commit 8d6a23b

Please sign in to comment.