diff --git a/easy-installation/install.bat b/easy-installation/install.bat index 87ba05f6..fdb33b04 100644 --- a/easy-installation/install.bat +++ b/easy-installation/install.bat @@ -3,8 +3,8 @@ echo You can rerun this script to update the installation. echo Moving to AppData\Roaming\so-vits-svc-fork... -mkdir %APPDATA%\so-vits-svc-fork >nul 2>&1 -cd %APPDATA%\so-vits-svc-fork +mkdir "%APPDATA%\so-vits-svc-fork" >nul 2>&1 +cd "%APPDATA%\so-vits-svc-fork" echo Checking for Python 3.10...