diff --git a/README.md b/README.md index 3f095e3..5a4d130 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ A worthless CLI launcher written in Python. -Check out its website at https://tretrauit.gitlab.io/worthless-launcher for more information. \ No newline at end of file +Check out its website at https://tretrauit.gitlab.io/worthless-launcher for more information. + +> The current branch will enter maintenance mode, for the latest development please check `refactor` branch diff --git a/setup.py b/setup.py index 7046199..6f183e2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='2.2.4', + version='2.2.5', 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/patcher.py b/worthless/patcher.py index eb044f4..aac3bf2 100644 --- a/worthless/patcher.py +++ b/worthless/patcher.py @@ -29,7 +29,7 @@ except ImportError: class Patcher: def __init__(self, gamedir: Path | AsyncPath | str = AsyncPath.cwd(), data_dir: str | Path | AsyncPath = None, - patch_url: str = None, overseas=True, patch_provider="y0soro"): + patch_url: str = None, overseas=True, patch_provider="Krock"): if isinstance(gamedir, str | Path): gamedir = AsyncPath(gamedir) self._gamedir = gamedir