diff --git a/legendary/cli.py b/legendary/cli.py index 5c6e305..0213c6e 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -718,7 +718,7 @@ class LegendaryCLI: if args.platform not in ('Win32', 'Windows', 'Mac'): logger.warning(f'Platform "{args.platform}" may be invalid. Valid ones are: Windows, Win32, Mac.') - game = self.core.get_game(args.app_name, update_meta=True) + game = self.core.get_game(args.app_name, update_meta=True, platform=args.platform) if not game: logger.error(f'Could not find "{args.app_name}" in list of available games, '