diff options
author | Marianne Chevrot <blackmoor+git@devys.org> | 2023-03-26 22:26:51 +0200 |
---|---|---|
committer | Marianne Chevrot <blackmoor+git@devys.org> | 2023-03-26 22:26:51 +0200 |
commit | 9ac6414545ca390d39597af10df6c0f4a65589d2 (patch) | |
tree | f82f8c222fe2a867908f9072a3956642711151ca /gamechestcli | |
parent | 56b6b7de37e416ad87a8b2766ed0df4f13a67778 (diff) | |
download | gamechest-9ac6414545ca390d39597af10df6c0f4a65589d2.tar.gz gamechest-9ac6414545ca390d39597af10df6c0f4a65589d2.tar.bz2 gamechest-9ac6414545ca390d39597af10df6c0f4a65589d2.zip |
Change box asset and group runners
Diffstat (limited to 'gamechestcli')
-rw-r--r-- | gamechestcli/gamechest/gamedb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamechestcli/gamechest/gamedb.py b/gamechestcli/gamechest/gamedb.py index 44e0470..bec90d3 100644 --- a/gamechestcli/gamechest/gamedb.py +++ b/gamechestcli/gamechest/gamedb.py @@ -41,7 +41,7 @@ class GameDB: *[f'{tools_bin_path}/mod-{item}' for item in game_mods], profile_dir, game_dir, - *[item if index > 0 else f'{tools_bin_path}/{item}' + *[item if index > 0 else f'{tools_bin_path}/runners/{item}' for index, item in enumerate(game_info['command'])], ] |