From 9819dcd28c7eded2691b575d1caab2c6a4d7c01b Mon Sep 17 00:00:00 2001 From: litagin02 Date: Wed, 27 Dec 2023 09:48:35 +0900 Subject: [PATCH] Fix: non CRLF errrrrrrrrrrr --- App.bat | 2 ++ scripts/Install-Style-Bert-VITS2.bat | 1 + scripts/Setup-Python.bat | 1 + scripts/Setup.bat | 1 + 4 files changed, 5 insertions(+) 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