mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 03:32:03 +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
|
:: 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
|
call "%mypath%generate_stremio-runtime.bat" %mypath%..\bin
|
||||||
) else (
|
) else (
|
||||||
echo The executable stremio-runtime.exe is already generated
|
echo The executable stremio-runtime.exe is already generated
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue