nning / protonutils

CLI tool providing utilities for Proton: List games by version, Download/update GE/Luxtorpeda, clean unused runtimes, clean unused compatdata, ...
MIT License
36 stars 0 forks source link

Fix an issue when `~/.local/share/Steam/compatibilitytools.d` does not exist #27

Closed donn closed 2 years ago

donn commented 2 years ago

On some Steam setups (such as mine), this directory does not exist. I tried to mkdir that directory manually and then protonutils worked fine.

This patch makes it so it is just treated as an empty directory if it does not exist.

(This is my first time doing anything in Go, so I'm sorry if I did something un-idiomatic.)

nning commented 2 years ago

Nice, thanks a lot for contribution!