Update appveyor.yml

This commit is contained in:
zeffy
2017-06-30 00:43:06 -07:00
parent 5bc8085bd1
commit 30c2700868

View File

@@ -25,8 +25,10 @@ after_build:
copy /Y "LICENSE" "setup-batch\COPYING.txt"
cd "%APPVEYOR_BUILD_FOLDER%\setup-batch"
for /R %%i in (*.txt) do unix2dos "%%i"
for /R %%G in (*.bat) do unix2dos "%%G"
for /R %%i in (*.bat) do unix2dos "%%i"
7z a "%BUILD_ZIPFILE%" "..\setup-batch"