diff --git a/.gitignore b/.gitignore index 5f8c9d206..1bdd761b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .DS_Store /App /Build-Folder +/build +/dist /.vscode __pycache__/ *.py[cod] -*$py.class \ No newline at end of file +*$py.class diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ac666fe..915337e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OpenCore Legacy Patcher changelog +## 0.0.8 +- Fix USB Map + ## 0.0.7 - Add MacPro3,1 to HID patch - Fix missing SSDT-CPBG patch diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 0ae357437..b17706308 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -20,7 +20,7 @@ except NameError: pass # List build versions -patcher_version = "0.0.7" +patcher_version = "0.0.8" CustomSMBIOS=False MainMenu=True diff --git a/Resources/BuildOpenCore.py b/Resources/BuildOpenCore.py index 7cc0b08ed..f4dd959e4 100644 --- a/Resources/BuildOpenCore.py +++ b/Resources/BuildOpenCore.py @@ -229,7 +229,7 @@ def BuildEFI(): copy(usb_map_path, Versions.kext_path_build) map_name = ("USB-Map-%s.kext" % current_model) Versions.plist_data = Versions.plist_data.replace( - "<", + "", "" ) Versions.plist_data = Versions.plist_data.replace(