summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/gamedb.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/gamedb.py')
-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'])],
]