mirror of
https://github.com/derrod/legendary.git
synced 2026-05-06 14:13:20 +00:00
Merge 79979ed0bf into e747bbb34e
This commit is contained in:
commit
4e07ac9f32
|
|
@ -717,7 +717,7 @@ class LegendaryCLI:
|
|||
if params.environment:
|
||||
logger.debug('Environment overrides: {}'.format(', '.join(
|
||||
f'{k}={v}' for k, v in params.environment.items())))
|
||||
subprocess.Popen(full_params, cwd=params.working_directory, env=full_env)
|
||||
subprocess.Popen(full_params, cwd=params.working_directory, env=full_env, shell=True)
|
||||
|
||||
def _launch_third_party(self, args):
|
||||
game = self.core.get_game(app_name=args.app_name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue