Use create_subprocess_shell and fix hosts file appending on Linux

This commit is contained in:
2022-02-27 13:50:59 +07:00
parent 44cdf424dc
commit 992048ede3
3 changed files with 4 additions and 4 deletions

View File

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