diff --git a/App.bat b/App.bat index ef86964..120de40 100644 --- a/App.bat +++ b/App.bat @@ -1,3 +1,5 @@ +@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない…… + @echo off echo Running app.py... diff --git a/scripts/Install-Style-Bert-VITS2.bat b/scripts/Install-Style-Bert-VITS2.bat index f07cfdb..f0db958 100644 --- a/scripts/Install-Style-Bert-VITS2.bat +++ b/scripts/Install-Style-Bert-VITS2.bat @@ -1,4 +1,5 @@ @REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変 +@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない…… @echo off chcp 65001 > NUL diff --git a/scripts/Setup-Python.bat b/scripts/Setup-Python.bat index 70d7a24..a43e4f3 100644 --- a/scripts/Setup-Python.bat +++ b/scripts/Setup-Python.bat @@ -1,4 +1,5 @@ @REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変 +@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない…… @echo off chcp 65001 > NUL diff --git a/scripts/Setup.bat b/scripts/Setup.bat index 71506d3..60b0f3a 100644 --- a/scripts/Setup.bat +++ b/scripts/Setup.bat @@ -1,4 +1,5 @@ @REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変 +@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない…… @echo off chcp 65001 > NUL