Update Windows Batch

This commit is contained in:
bfloat16 2024-01-25 23:13:20 +08:00 committed by GitHub
parent aa859a7c6a
commit df0b85ae2e

View File

@ -1,2 +1,4 @@
runtime\python.exe webui.py
@echo off
chcp 65001
"%~dp0\runtime\python.exe" "%~dp0\webui.py"
pause