diff --git a/tfscript/cli.py b/tfscript/cli.py index 368eb6a..b4d35fd 100644 --- a/tfscript/cli.py +++ b/tfscript/cli.py @@ -133,7 +133,7 @@ def getTargetDir(systemName): return None elif systemName == 'Linux': - return expanduser('~/.local/Steam') + return expanduser('~/.local/share/Steam') elif systemName == 'Java': warn('Java-based OSes are not supported yet by tfscript.', category=RuntimeWarning)