mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Fix stremio-runtime path
This commit is contained in:
parent
65b4567baf
commit
f1eac06bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if defined missing (
|
|||
)
|
||||
|
||||
:: Convert node to stremio-runtime
|
||||
if not exist "%mypath%..\stremio-runtime.exe" (
|
||||
if not exist "%mypath%..\bin\stremio-runtime.exe" (
|
||||
call "%mypath%generate_stremio-runtime.bat" %mypath%..\bin
|
||||
) else (
|
||||
echo The executable stremio-runtime.exe is already generated
|
||||
|
|
|
|||
Loading…
Reference in a new issue