Remove all .bat files for re-creation

This commit is contained in:
litagin02
2023-12-27 10:03:06 +09:00
parent 35ea7b90e0
commit dcf4dd8cf2
6 changed files with 0 additions and 186 deletions

View File

@@ -1,10 +0,0 @@
chcp 65001 > NUL
@echo off
echo Running webui_style_vectors.py...
venv\Scripts\python webui_style_vectors.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
pause