Skip to content
Snippets Groups Projects
Commit 773575ce authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Copy the missing cmark.dll from the deps directory

parent dec643e6
No related branches found
No related tags found
No related merge requests found
......@@ -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\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment