Push experimental build

This commit is contained in:
Mykola Grymalyuk
2023-05-06 19:49:29 -06:00
parent a6e0c142ca
commit f3e2dfc4de
9 changed files with 917 additions and 1 deletions
+3 -1
View File
@@ -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: