Try to fix bat file error
This commit is contained in:
3
App.bat
3
App.bat
@@ -1,5 +1,4 @@
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
chcp 65001 > NUL
|
||||
@echo off
|
||||
|
||||
echo Running app.py...
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
chcp 65001 > NUL
|
||||
|
||||
@echo off
|
||||
|
||||
echo Running webui_style_vectors.py...
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
chcp 65001 > NUL
|
||||
|
||||
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
chcp 65001 > NUL
|
||||
pushd %~dp0
|
||||
set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
chcp 65001 > NUL
|
||||
|
||||
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
chcp 65001 > NUL
|
||||
set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass
|
||||
set CURL_CMD=C:\Windows\System32\curl.exe
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
chcp 65001 > NUL
|
||||
|
||||
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
chcp 65001 > NUL
|
||||
pushd %~dp0..
|
||||
set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user