Skip to content

Commit

Permalink
chore(easy-installation): enclose paths with double quotes (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored May 6, 2023
1 parent 1ce4f3d commit 071b441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-installation/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down

0 comments on commit 071b441

Please sign in to comment.