Fix: non CRLF errrrrrrrrrrr

This commit is contained in:
litagin02
2023-12-27 09:48:35 +09:00
parent 27cfe85396
commit 9819dcd28c
4 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
@echo off
echo Running app.py...

View File

@@ -1,4 +1,5 @@
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
@echo off
chcp 65001 > NUL

View File

@@ -1,4 +1,5 @@
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
@echo off
chcp 65001 > NUL

View File

@@ -1,4 +1,5 @@
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
@echo off
chcp 65001 > NUL