mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
installer.py: Download SUCatalog into memory
Skips writing to disk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user