Merge pull request #361 from ParisNeo/ParisNeo-patch-21

Update win_install.bat
This commit is contained in:
Saifeddine ALOUI 2023-08-31 03:04:19 +02:00 committed by GitHub
commit f0e3bd6224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,13 +122,13 @@ call python -m pip install -r requirements.txt --upgrade
if exist ..\win_run.bat ( if exist ..\win_run.bat (
echo Win run found echo Win run found
) else ( ) else (
copy win_run.bat ..\ copy scripts/win_run.bat ..\
) )
if exist ..\win_update.bat ( if exist ..\win_update.bat (
echo Win update found echo Win update found
) else ( ) else (
copy win_update.bat ..\ copy scripts/win_update.bat ..\
) )
setlocal enabledelayedexpansion setlocal enabledelayedexpansion
@ -192,4 +192,4 @@ rem Clean up the downloaded installer
del "%outputFile%" del "%outputFile%"
echo Installation complete. echo Installation complete.
pause pause