Fix IDE support on 2008 era MacBooks and iMacs

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/169
This commit is contained in:
Mykola Grymalyuk
2021-04-26 19:04:35 -06:00
parent e76ceb7cf4
commit 2216bc0212
5 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pathlib import Path
class Constants:
def __init__(self):
self.patcher_version = "0.1.1"
self.patcher_version = "0.1.2"
self.opencore_commit = "c528597 - 2021-04-05"
self.opencore_version = "0.6.8"
self.lilu_version = "1.5.2"