diff --git a/go-webui.ps1 b/go-webui.ps1 index 5d225a4..219798a 100644 --- a/go-webui.ps1 +++ b/go-webui.ps1 @@ -1,2 +1,4 @@ -runtime\python.exe webui.py +$ErrorActionPreference = "SilentlyContinue" +chcp 65001 +& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py" pause