forgot '/share' in linux file path

main
Nicholas Hope 2022-10-31 16:29:00 -04:00
parent 1d12ae88c1
commit 683ca64c43
1 changed files with 1 additions and 1 deletions

View File

@ -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)