installer.py: Add Ventura sucatalog

This commit is contained in:
Mykola Grymalyuk
2022-06-09 13:11:45 -06:00
parent 8eafe33d92
commit 24dae1dc45
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1395,7 +1395,7 @@ class wx_python_gui:
# Download installer catalog
if ias is None:
def ia():
self.available_installers = installer.list_downloadable_macOS_installers(self.constants.payload_path, "PublicSeed")
self.available_installers = installer.list_downloadable_macOS_installers(self.constants.payload_path, "DeveloperSeed")
print("- Downloading installer catalog...")
thread_ia = threading.Thread(target=ia)