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