From f1eac06bb484b91c2a56d439de14194ac190abd3 Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Tue, 4 Oct 2022 13:34:37 +0300 Subject: [PATCH] Fix stremio-runtime path --- setup/create_setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/create_setup.bat b/setup/create_setup.bat index bd09727..9c9e20e 100644 --- a/setup/create_setup.bat +++ b/setup/create_setup.bat @@ -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