Merge pull request #173 from KakaruHayate/patch-2

support powershell
This commit is contained in:
RVC-Boss 2024-01-27 18:54:21 +08:00 committed by GitHub
commit 771cecb37d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
go-webui.ps1 Normal file
View File

@ -0,0 +1,4 @@
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause