summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-25 13:53:39 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-25 13:53:39 +0300
commit773575ce5244cde507985942ad3f26067d793daa (patch)
tree0459c7d5fcb6d92b7afdc198e0770e4884828eb5
parentv0.6.0 (diff)
downloadnheko-773575ce5244cde507985942ad3f26067d793daa.tar.xz
Copy the missing cmark.dll from the deps directory
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
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\