mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 09:16:15 +00:00
Update win_install.bat
This commit is contained in:
parent
e4d61d2986
commit
be34be7378
@ -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
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user