修正PowerShell启动脚本中python传参的错误 (#2093)

This commit is contained in:
Zae Chao 2025-02-24 10:29:57 +08:00 committed by GitHub
parent e061e9d38e
commit c4606c1cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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