Fix stremio-runtime path

This commit is contained in:
Vladimir Borisov 2022-10-04 13:34:37 +03:00
parent 65b4567baf
commit f1eac06bb4

View file

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