From 6b7855658aba51fb60e794ee270088c56ace47a2 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 17 Mar 2017 22:53:30 +0300 Subject: [PATCH] and one more... --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a6b91ee8..99480051 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,10 +29,10 @@ build_script: echo "MSYSTEM=%MSYSTEM%" - if "%MSYSTEM%" == "MINGW64"( - C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/" + C:\msys64\usr\bin\bash --login "make USE_UPNP=YES -I/mingw64/include/" && 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe ) else ( - C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw32/include/" + C:\msys64\usr\bin\bash --login "make USE_UPNP=YES -I/mingw32/include/" && 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe )