Remove game version check in download_full_game()

Fix remote archive name detection (because archive.game.latest.name doesn't contain it anymore)

Signed-off-by: tretrauit <tretrauit@gmail.com>
This commit is contained in:
2022-04-01 09:43:33 +07:00
parent b18da4e495
commit 8b2d0cad8f
2 changed files with 13 additions and 6 deletions

View File

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