mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 05:40:01 +10:00
Remove Online Binaries
This commit is contained in:
@@ -50,7 +50,7 @@ class check_binary_updates:
|
||||
return "TUI"
|
||||
|
||||
def determine_local_build_type_offline(self):
|
||||
if (Path(self.constants.payload_path) / f"12-Monterey.zip").exists():
|
||||
if (Path(self.constants.payload_path) / "Universal-Extensions.zip").exists():
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user