mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[cli] Use start.exe when launching a URI
This commit is contained in:
parent
bd2e7ca0cd
commit
03b21f49de
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue