diff --git a/legendary/core.py b/legendary/core.py index 40e0d1b..4ff6c6e 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -247,7 +247,8 @@ class LegendaryCore: if user: user_name = user - game_exe = os.path.join(install.install_path, install.executable) + game_exe = os.path.join(install.install_path, + install.executable.replace('\\', '/').lstrip('/')) working_dir = os.path.split(game_exe)[0] params = []