installer.py: Download SUCatalog into memory

Skips writing to disk
This commit is contained in:
Mykola Grymalyuk
2022-04-06 13:42:39 -06:00
parent 3a9d97131d
commit 5d193192ef
6 changed files with 23 additions and 13 deletions
+2
View File
@@ -13,6 +13,8 @@ class OpenCoreLegacyPatcher:
def __init__(self, launch_gui=False):
print("- Loading...")
self.constants = constants.Constants()
if launch_gui is True:
self.constants.wxpython_variant = True
self.generate_base_data()
if utilities.check_cli_args() is None:
if launch_gui is True: