Compare commits
2 Commits
f1eb1fe2c6
...
fba2063bce
Author | SHA1 | Date | |
---|---|---|---|
fba2063bce | |||
78df1d242a |
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(
|
||||
name='worthless',
|
||||
version='2.2.20',
|
||||
version='2.2.21',
|
||||
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
|
||||
url='https://git.froggi.es/tretrauit/worthless-launcher',
|
||||
license='MIT License',
|
||||
|
0
worthless/cli.py
Executable file → Normal file
0
worthless/cli.py
Executable file → Normal file
@ -397,7 +397,10 @@ class Installer:
|
||||
print("Failed to patch {}, reverting and let the in-game updater do the job...".format(
|
||||
old_file.with_suffix(old_suffix))
|
||||
)
|
||||
try:
|
||||
old_file.rename(old_file.with_suffix(old_suffix))
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
files.remove(patch_file)
|
||||
# Limit to 8 process running so it doesn't hang the PC.
|
||||
|
Loading…
Reference in New Issue
Block a user