gurrgur / er-patcher

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

fix regression on python 3.9 #59

Closed gurrgur closed 7 months ago

gurrgur commented 7 months ago

We replaced the deprecated function link_to with hardlink_to in #56. This API has been introduced in python 3.10, so we have to use the old api when running on 3.9 or older.