updater: do not delete directory

I took a look at deletefiles.txt again and realized that they're all files, so we don't need to delete the entire directory

Signed-off-by: tretrauit <tretrauit@gmail.com>
This commit is contained in:
tretrauit
2022-11-03 17:44:54 +07:00
committed by tretrauit
parent 727b7e9b44
commit e55d6cafd6
3 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,5 @@
import pathlib
from setuptools import setup
# The directory containing this file
@ -9,7 +10,7 @@ README = (HERE / "README.md").read_text()
setup(
name='worthless',
version='2.2.7',
version='2.2.8',
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
url='https://git.froggi.es/tretrauit/worthless-launcher',
license='MIT License',