diff --git a/scripts/win_install.bat b/scripts/win_install.bat index fd5545cf..ed4f72e8 100644 --- a/scripts/win_install.bat +++ b/scripts/win_install.bat @@ -122,13 +122,13 @@ call python -m pip install -r requirements.txt --upgrade if exist ..\win_run.bat ( echo Win run found ) else ( - copy win_run.bat ..\ + copy scripts/win_run.bat ..\ ) if exist ..\win_update.bat ( echo Win update found ) else ( - copy win_update.bat ..\ + copy scripts/win_update.bat ..\ ) setlocal enabledelayedexpansion @@ -192,4 +192,4 @@ rem Clean up the downloaded installer del "%outputFile%" echo Installation complete. -pause \ No newline at end of file +pause