mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 05:40:01 +10:00
Push experimental build
This commit is contained in:
+3
-1
@@ -7,6 +7,7 @@ import threading
|
||||
from pathlib import Path
|
||||
|
||||
from resources.gui import gui_main
|
||||
from resources.wx_gui import gui_entry
|
||||
from resources import (
|
||||
constants,
|
||||
utilities,
|
||||
@@ -38,7 +39,8 @@ class OpenCoreLegacyPatcher:
|
||||
self._generate_base_data()
|
||||
|
||||
if utilities.check_cli_args() is None:
|
||||
gui_main.wx_python_gui(self.constants).main_menu(None)
|
||||
# gui_main.wx_python_gui(self.constants).main_menu(None)
|
||||
gui_entry.EntryPoint(self.constants).start()
|
||||
|
||||
|
||||
def _generate_base_data(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user