change deafult version to v2

change deafult version to v2
main
RVC-Boss 1 year ago committed by GitHub
parent c6899a7a4f
commit e9dc81d0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,2 @@
runtime\python.exe webui.py v1 zh_CN
pause

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