diff --git a/README.md b/README.md index 3516bd6..bbaab5f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A tool aimed at enhancing the experience when playing the game on linux through ## Dependencies -- Python >= 3.9 +- Python >= 3.8.xx (lowest tested) ## Usage diff --git a/er-patcher b/er-patcher index b32bec5..f76a640 100755 --- a/er-patcher +++ b/er-patcher @@ -80,4 +80,4 @@ if __name__ == "__main__": subprocess.run(steam_cmd) os.remove(patched_exe_dir / exe_name) - os.rmdir(patched_exe_dir) + os.rmdir(patched_exe_dir) \ No newline at end of file