Delete update.bat

This commit is contained in:
Rando717 2025-10-04 14:37:26 +02:00 committed by GitHub
parent 5884ab8892
commit cc6761dab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +0,0 @@
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