From 0dc7d6672bd0fc6bb18db60d4f45753beaa60f07 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Sat, 8 Feb 2020 17:42:43 +0100 Subject: [PATCH] Add DELETE DNSAPI.DLL.bat --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ce2548f..7196fa3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -85,18 +85,26 @@ after_build: cd %TMP%\full\ + echo del dnsapi.dll > "DELETE DNSAPI.DLL.bat" + 7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-AppVeyor.zip * ren dinput8.dll dnsapi.dll + del "DELETE DNSAPI.DLL.bat" + 7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-AppVeyor-Vista7.zip * cd %TMP%\update\ + echo del dnsapi.dll > "DELETE DNSAPI.DLL.bat" + 7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-Update-AppVeyor.zip * ren dinput8.dll dnsapi.dll + del "DELETE DNSAPI.DLL.bat" + 7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-Update-AppVeyor-Vista7.zip *