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
+4
View File
@@ -0,0 +1,4 @@
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause