Update appveyor.yml

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

View File

@@ -26,7 +26,9 @@ after_build:
cd "%APPVEYOR_BUILD_FOLDER%\setup-batch" cd "%APPVEYOR_BUILD_FOLDER%\setup-batch"
for /R %%G in (*.bat) do unix2dos "%%G" for /R %%i in (*.txt) do unix2dos "%%i"
for /R %%i in (*.bat) do unix2dos "%%i"
7z a "%BUILD_ZIPFILE%" "..\setup-batch" 7z a "%BUILD_ZIPFILE%" "..\setup-batch"