patch: switch to y0soro repository for testing patch

This commit is contained in:
tretrauit 2022-08-24 20:06:02 +07:00
parent 9e00e58938
commit 8449c104d9
Signed by: tretrauit
GPG Key ID: CDDE1C97EE305DAF
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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",