mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
build.py: Fix ElCap error
This commit is contained in:
@@ -489,7 +489,7 @@ Please build OpenCore first!"""
|
|||||||
"fs": partition_info.get("FilesystemType", partition_info["Content"]),
|
"fs": partition_info.get("FilesystemType", partition_info["Content"]),
|
||||||
"type": partition_info["Content"],
|
"type": partition_info["Content"],
|
||||||
"name": partition_info.get("VolumeName", ""),
|
"name": partition_info.get("VolumeName", ""),
|
||||||
"size": partition_info["Size"],
|
"size": partition_info["TotalSize"],
|
||||||
}
|
}
|
||||||
# TODO: Advanced mode
|
# TODO: Advanced mode
|
||||||
menu = utilities.TUIMenu(
|
menu = utilities.TUIMenu(
|
||||||
|
|||||||
Reference in New Issue
Block a user