From f1beaacd3bfcafd84590bfac6bbd76876c28faf4 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Fri, 18 Feb 2022 20:10:27 +0700 Subject: [PATCH] Download patch before patch, bump to 1.2.0 --- setup.py | 2 +- worthless/gui.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cac48f3..9cdef45 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='1.1.1', + version='1.2.0', 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/gui.py b/worthless/gui.py index 431bd43..d33b5f7 100755 --- a/worthless/gui.py +++ b/worthless/gui.py @@ -70,6 +70,7 @@ class UI: print("Aborting patch process.") return print("Patching game...") + asyncio.run(self._patcher.download_patch()) self._patcher.apply_patch(login_fix) print("Game patched.") print("Please refrain from sharing this project to public especially official channels, thank you.")