Fix bat script path bug
This commit is contained in:
@@ -29,7 +29,7 @@ del Style-Bert-VITS2.zip
|
|||||||
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
|
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
|
||||||
|
|
||||||
@REM Bert-VITS2-masterの中身をStyle-Bert-VITS2に上書き移動
|
@REM Bert-VITS2-masterの中身をStyle-Bert-VITS2に上書き移動
|
||||||
xcopy /QSY .\Style-Bert-VITS2-master .\Style-Bert-VITS2
|
xcopy /QSY .\Style-Bert-VITS2-master\ .\Style-Bert-VITS2\
|
||||||
rmdir /s /q Style-Bert-VITS2-master
|
rmdir /s /q Style-Bert-VITS2-master
|
||||||
|
|
||||||
@REM Pythonと仮想環境のセットアップを呼び出す(仮想環境が有効化されて戻ってくる)
|
@REM Pythonと仮想環境のセットアップを呼び出す(仮想環境が有効化されて戻ってくる)
|
||||||
|
|||||||
Reference in New Issue
Block a user