mirror of
https://github.com/gurrgur/er-patcher.git
synced 2026-06-13 09:47:54 +00:00
change dependency to Python >= 3.8.xx
This commit is contained in:
parent
6b163799c6
commit
92f1a6e6ee
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ A tool aimed at enhancing the experience when playing the game on linux through
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- Python >= 3.9
|
- Python >= 3.8.xx (lowest tested)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,4 +80,4 @@ if __name__ == "__main__":
|
||||||
subprocess.run(steam_cmd)
|
subprocess.run(steam_cmd)
|
||||||
|
|
||||||
os.remove(patched_exe_dir / exe_name)
|
os.remove(patched_exe_dir / exe_name)
|
||||||
os.rmdir(patched_exe_dir)
|
os.rmdir(patched_exe_dir)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue