Skip to content

Commit

Permalink
[cli] Use start.exe when launching a URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored and derrod committed Sep 9, 2023
1 parent bd2e7ca commit 03b21f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions legendary/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ def _launch_origin(self, args):
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:
Expand Down

0 comments on commit 03b21f4

Please sign in to comment.