jaydenmilne / steamsync

Tool to automatically add games from the Epic Games Launcher to Steam
GNU Affero General Public License v3.0
167 stars 17 forks source link

Use os.path.join to build paths #6

Closed idbrii closed 3 years ago

idbrii commented 3 years ago

While reading through the code, I noticed the comment about RiME's paths and using path.join. I figured out what's wrong (rime has an absolute path) and handled that case.

Not sure if this would actually handle any case better, but using path.join is how you'd expect to write it, so maybe this is preferable.

Test Install RiME via EGS, run steamsync, restart steam, run rime.

jaydenmilne commented 3 years ago

Fixes the issue on my machine and feels less gross, thanks!

jaydenmilne commented 3 years ago

Shipped in v0.2.5