From be34be7378daa31f5ae74903606f27046a485428 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 31 Aug 2023 03:04:04 +0200 Subject: [PATCH] Update win_install.bat --- scripts/win_install.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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