CLI tool providing utilities for Proton: List games by version, Download/update GE/Luxtorpeda, clean unused runtimes, clean unused compatdata, ...
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
On some Steam setups (such as mine), this directory does not exist. I tried to
mkdir
that directory manually and thenprotonutils
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.)