Support downloading game & voicepacks and install, bump to 1.1.0

In CLI too, also optimized code & added test for voiceover functions.
This commit is contained in:
2022-02-18 11:11:55 +07:00
parent 07ba17b576
commit bb37e4554d
5 changed files with 194 additions and 26 deletions

View File

@ -6,7 +6,7 @@ game_launcher = worthless.Launcher(overseas=False)
game_installer = worthless.Installer(overseas=False)
class LauncherOverseasTest(unittest.TestCase):
class LauncherCNTest(unittest.TestCase):
def test_get_version_info(self):
version_info = asyncio.run(game_launcher.get_resource_info())
print("get_resource_info test.")