Merge pull request #173 from KakaruHayate/patch-2

support powershell
main
RVC-Boss 2 years ago committed by GitHub
commit 771cecb37d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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