2026-08-03 00:16:12 +08:00
|
|
|
LAUNCHER_VERSION = "0.0.4-alpha"
|
|
|
|
|
LAUNCHER_NAME = "TestLauncher (Aka TapLauncher)"
|
|
|
|
|
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)"
|
|
|
|
|
|
|
|
|
|
ACCESS_TOKEN_KEYWORD = "accessToken"
|
|
|
|
|
REFRESH_TOKEN_KEYWORD = "refreshToken"
|
2026-08-03 00:40:16 +08:00
|
|
|
SYSTEM_KEYRING_KEYWORD = "SYSTEM_CREDENTIALS"
|
|
|
|
|
|
2026-08-03 00:54:24 +08:00
|
|
|
LAUNCHER_DESCRIPTION = """An unofficial Minecraft launcher written in Python. It aims to maintain maximum compatibility with the official Minecraft
|
2026-08-03 00:40:16 +08:00
|
|
|
Launcher while being more lightweight and easier to use.
|
2026-08-03 00:54:24 +08:00
|
|
|
|
|
|
|
|
This launcher is not associated with Mojang Studios or Microsoft. Is a personal project that just for fun.
|
2026-08-03 00:40:16 +08:00
|
|
|
"""
|