Now launch game process no longer blocking main thread.

This commit is contained in:
wei
2026-08-03 18:04:40 +08:00
parent e657a9642e
commit ed9d25023d
5 changed files with 468 additions and 97 deletions
+2
View File
@@ -1,6 +1,8 @@
LAUNCHER_VERSION = "0.0.4-alpha"
LAUNCHER_NAME = "TestLauncher (Aka TapLauncher)"
LAUNCHER_DIR_NAME = "TestLauncher"
MAIN_REPO_URL = "https://repo.weispace.net/wei/Launcher/"
CLIENT_ID = "30cbb657-edab-4d06-9fb7-cf5734a40088"
MICROSOFT_VERIFY_ENDPOINT = "https://www.microsoft.com/link"
LAUNCHER_USER_AGENT = f"{LAUNCHER_NAME}/{LAUNCHER_VERSION} (Powered by request module)"