Update appveyor.yml
This commit is contained in:
@@ -26,7 +26,9 @@ after_build:
|
||||
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user