mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Copy the missing cmark.dll from the deps directory
This commit is contained in:
parent
dec643e6ea
commit
773575ce52
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ after_build:
|
||||||
- copy C:\Tools\vcpkg\installed\x64-windows\lib\*.lib .\NhekoRelease\
|
- copy C:\Tools\vcpkg\installed\x64-windows\lib\*.lib .\NhekoRelease\
|
||||||
- copy C:\Tools\vcpkg\installed\x64-windows\bin\*.dll .\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\*
|
- 7z a nheko_win_64.zip .\NhekoRelease\*
|
||||||
- ls -lh build\Release\
|
- ls -lh build\Release\
|
||||||
- ls -lh NhekoRelease\
|
- ls -lh NhekoRelease\
|
||||||
|
|
Loading…
Reference in a new issue