gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.
MIT License
306 stars 25 forks source link

support Ubuntu 20.04 lts (Python 3.8.10): #10

Closed bright-side-99 closed 2 years ago

bright-side-99 commented 2 years ago

replace argparse.BooleanOptionalAction as it requires python 3.9, ubuntu 20.04 lts based distros are still stuck on Python 3.8.xx

bright-side-99 commented 2 years ago

unfortunately, idk which minimal python version is required now :/

bright-side-99 commented 2 years ago

btw. got the idea from: https://nono.ma/attributeerror-module-argparse-has-no-attribute-booleanoptionalaction

gurrgur commented 2 years ago

Thanks, I wasn't aware ubuntu 20.04 is still on python 3.8. Looking fine, merging