mirror of
https://github.com/derrod/legendary.git
synced 2025-08-04 15:01:02 +00:00
Merge 79979ed0bf
into 3963382b3f
This commit is contained in:
commit
acf87d2abd
|
@ -714,7 +714,7 @@ class LegendaryCLI:
|
||||||
if params.environment:
|
if params.environment:
|
||||||
logger.debug('Environment overrides: {}'.format(', '.join(
|
logger.debug('Environment overrides: {}'.format(', '.join(
|
||||||
f'{k}={v}' for k, v in params.environment.items())))
|
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_origin(self, args):
|
def _launch_origin(self, args):
|
||||||
game = self.core.get_game(app_name=args.app_name)
|
game = self.core.get_game(app_name=args.app_name)
|
||||||
|
|
Loading…
Reference in a new issue