From df0b85ae2edc30da5e3332b0523ac8a00aa181a6 Mon Sep 17 00:00:00 2001 From: bfloat16 <38366253+bfloat16@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:13:20 +0800 Subject: [PATCH] Update Windows Batch --- go-webui.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go-webui.bat b/go-webui.bat index 968a25c..be4135e 100644 --- a/go-webui.bat +++ b/go-webui.bat @@ -1,2 +1,4 @@ -runtime\python.exe webui.py +@echo off +chcp 65001 +"%~dp0\runtime\python.exe" "%~dp0\webui.py" pause \ No newline at end of file