From 773575ce5244cde507985942ad3f26067d793daa Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 25 Sep 2018 13:53:39 +0300 Subject: [PATCH] Copy the missing cmark.dll from the deps directory --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e0e99de3..74b391e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -79,6 +79,9 @@ after_build: - copy C:\Tools\vcpkg\installed\x64-windows\lib\*.lib .\NhekoRelease\ - copy C:\Tools\vcpkg\installed\x64-windows\bin\*.dll .\NhekoRelease\ + - copy C:\projects\nheko\.deps\usr\lib\cmark.lib .\NhekoRelease\ + - copy C:\projects\nheko\.deps\usr\bin\cmark.dll .\NhekoRelease\ + - 7z a nheko_win_64.zip .\NhekoRelease\* - ls -lh build\Release\ - ls -lh NhekoRelease\