From 8449c104d91c419a3713063db0664901a4ce53bb Mon Sep 17 00:00:00 2001 From: tretrauit Date: Wed, 24 Aug 2022 20:06:02 +0700 Subject: [PATCH] patch: switch to y0soro repository for testing patch --- setup.py | 2 +- worthless/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 75b64a6..6c334ba 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='2.2.0-1', + version='2.2.0-2', packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], url='https://git.froggi.es/tretrauit/worthless-launcher', license='MIT License', diff --git a/worthless/constants.py b/worthless/constants.py index a5376d4..3e01dae 100644 --- a/worthless/constants.py +++ b/worthless/constants.py @@ -7,7 +7,7 @@ APPDIRS=AppDirs(APP_NAME, APP_AUTHOR) LAUNCHER_API_URL_OS = "https://sdk-os-static.hoyoverse.com/hk4e_global/mdk/launcher/api" LAUNCHER_API_URL_CN = "https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api" HDIFFPATCH_GIT_URL="https://github.com/sisong/HDiffPatch" -PATCH_GIT_URL = "https://notabug.org/Krock/dawn" +PATCH_GIT_URL = "https://notabug.org/y0soro/dawn" TELEMETRY_URL_LIST = [ "log-upload-os.mihoyo.com", "log-upload-eur.mihoyo.com",