Create update.bat

This commit is contained in:
patientx 2025-06-12 16:22:29 +03:00 committed by GitHub
parent 811ee8a185
commit f54eeec725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
update.bat Normal file
View File

@ -0,0 +1,7 @@
set PYTHON="%~dp0/venv/Scripts/python.exe"
set GIT=
set VENV_DIR=./venv
echo *** Checking and updating to new version if possible
copy comfy\customzluda\zluda-default.py comfy\zluda.py /y >NUL
git pull
pause