Download patch before patch, bump to 1.2.0

This commit is contained in:
tretrauit 2022-02-18 20:10:27 +07:00
parent 5a492c912c
commit f1beaacd3b
No known key found for this signature in database
GPG Key ID: 862760FF1903319E
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text()
setup( setup(
name='worthless', name='worthless',
version='1.1.1', version='1.2.0',
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
url='https://git.froggi.es/tretrauit/worthless-launcher', url='https://git.froggi.es/tretrauit/worthless-launcher',
license='MIT License', license='MIT License',

View File

@ -70,6 +70,7 @@ class UI:
print("Aborting patch process.") print("Aborting patch process.")
return return
print("Patching game...") print("Patching game...")
asyncio.run(self._patcher.download_patch())
self._patcher.apply_patch(login_fix) self._patcher.apply_patch(login_fix)
print("Game patched.") print("Game patched.")
print("Please refrain from sharing this project to public especially official channels, thank you.") print("Please refrain from sharing this project to public especially official channels, thank you.")