From ddafde66d5b7e2a81d5ef0a55993ac653e8298b6 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 24 Apr 2023 11:25:47 +0200 Subject: [PATCH] Update webui.bat --- webui.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webui.bat b/webui.bat index ba9ace92..863c3193 100644 --- a/webui.bat +++ b/webui.bat @@ -104,9 +104,8 @@ if exist GPT4All ( :GET_PERSONALITIES REM Download latest personalities -echo Getting latests personalities if not exist tmp\personalities git clone https://github.com/ParisNeo/GPT4All_Personalities.git tmp\personalities -xcopy /E /I /Y tmp\personalities\* personalities +xcopy /s tmp\personalities\* personalities /Y goto :CHECK_PYTHON_INSTALL :CHECK_PYTHON_INSTALL @@ -303,4 +302,4 @@ python app.py %* set app_result=%errorlevel% pause >nul -exit /b 0 \ No newline at end of file +exit /b 0