[cli] Use start.exe when launching a URI

This commit is contained in:
Etaash Mathamsetty 2023-08-21 12:15:12 -04:00 committed by Rodney
parent bd2e7ca0cd
commit 03b21f49de

View file

@ -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: