Try to fix bat file error

This commit is contained in:
litagin02
2023-12-27 09:56:43 +09:00
parent 9819dcd28c
commit 35ea7b90e0
6 changed files with 11 additions and 8 deletions

View File

@@ -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