summaryrefslogtreecommitdiffstats
path: root/gamechestcli
diff options
context:
space:
mode:
authorMarianne Chevrot <blackmoor+git@devys.org>2023-03-26 22:26:51 +0200
committerMarianne Chevrot <blackmoor+git@devys.org>2023-03-26 22:26:51 +0200
commit9ac6414545ca390d39597af10df6c0f4a65589d2 (patch)
treef82f8c222fe2a867908f9072a3956642711151ca /gamechestcli
parent56b6b7de37e416ad87a8b2766ed0df4f13a67778 (diff)
downloadgamechest-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.py2
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'])],
]