Fix correcy typo

Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/5
This commit is contained in:
Mykola Grymalyuk
2020-12-03 08:51:12 -07:00
parent bafff66417
commit eb5280f827
3 changed files with 5 additions and 3 deletions

View File

@@ -68,5 +68,6 @@ gui_path_build = os.path.join(current_path, "Build-Folder/" "OpenCore-v%s/EFI/OC
macserial_path = os.path.join(current_path, "payloads/" "Tools")
# Icons
app_icon_path = os.path.join(current_path, "OC-Patcher.icns")
icon_path = os.path.join(current_path, "payloads/Icon/" ".VolumeIcon.icns")
gui_path = os.path.join(current_path, "payloads/Icon/" "Resources.zip")