From c4606c1cc1790317eadd3b9d09483f60d5be3267 Mon Sep 17 00:00:00 2001 From: Zae Chao Date: Mon, 24 Feb 2025 10:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3PowerShell=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=B8=ADpython=E4=BC=A0=E5=8F=82=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(#2093)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go-webui.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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