From 03b21f49defd100a20ff78e64f86f5ffdaec8e74 Mon Sep 17 00:00:00 2001 From: Etaash Mathamsetty Date: Mon, 21 Aug 2023 12:15:12 -0400 Subject: [PATCH] [cli] Use start.exe when launching a URI --- legendary/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legendary/cli.py b/legendary/cli.py index e8009f9..d287a21 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -779,6 +779,8 @@ class LegendaryCLI: f'wrapper in the configuration file or command line. See the README for details.') return + # You cannot launch a URI without start.exe + command.append('start') command.append(origin_uri) if args.dry_run: if cmd: