Fixed line endings in windows update_patches
This commit is contained in:
parent
a50f2a094d
commit
fbc9fe73d7
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ for /f %%i in ('find conf -depth -empty -type d') do (
|
|||
)
|
||||
|
||||
xcopy ..\conf conf /E /I /Y
|
||||
tr -d \r < ../conf/mcp.cfg > conf/mcp.cfg
|
||||
tr -d \r < ../conf/patches/Start.java > conf/patches/Start.java
|
||||
|
||||
echo Finished
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue