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