Test build of analytics

This commit is contained in:
Mykola Grymalyuk
2023-04-11 13:28:33 -06:00
parent 62f619da99
commit 52211def51
5 changed files with 175 additions and 2 deletions
+4 -1
View File
@@ -16,7 +16,8 @@ from resources import (
arguments,
reroute_payloads,
commit_info,
logging_handler
logging_handler,
analytics_handler,
)
@@ -110,4 +111,6 @@ class OpenCoreLegacyPatcher:
while self.constants.unpack_thread.is_alive():
time.sleep(0.1)
threading.Thread(target=analytics_handler.Analytics, args=(self.constants,)).start()
arguments.arguments(self.constants)