Remove Online Binaries

This commit is contained in:
Mykola Grymalyuk
2022-04-24 15:01:43 -06:00
parent 8e02cc4d83
commit 7b4f7024c4
12 changed files with 52 additions and 117 deletions
+1 -1
View File
@@ -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