[game-data-packager] 02/02: steam: also look in SteamCMD default path

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Feb 16 18:32:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit bf77b606d28ca72e90a567f1ee1af949b7ffbaf8
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Feb 16 15:57:13 2016 +0100

    steam: also look in SteamCMD default path
---
 game_data_packager/build.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 4c10c90..bd19b1b 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -2481,6 +2481,7 @@ class PackagingTask(object):
                 os.path.expanduser('~/.steam'),
                 os.path.join(os.environ.get('XDG_DATA_HOME', os.path.expanduser('~/.local/share')),
                     'wineprefixes/steam/drive_c/Program Files/Steam'),
+                os.path.expanduser('~/Steam'),
                 os.path.expanduser('~/.wine/drive_c/Program Files/Steam'),
                 os.path.expanduser('~/.PlayOnLinux/wineprefix/Steam/drive_c/Program Files/Steam'),
                 ) + tuple(iter_fat_mounts('Steam')):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list