Skip to content
Snippets Groups Projects
Verified Commit 97f8c5b9 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to add jdenticon plugin to Windows build

parent f16313ad
No related branches found
No related tags found
No related merge requests found
Pipeline #2231 passed
......@@ -54,12 +54,19 @@ build_script:
- cmake --build build --config Release
- git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
- cd qt-jdenticon
- qmake
- nmake
- cd ..
after_build:
# Variables
- set BUILD=%APPVEYOR_BUILD_FOLDER%
- echo %BUILD%
- mkdir NhekoRelease
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
- copy qt-jdenticon\release\qtjdenticon0.dll NhekoRelease\qtjdenticon0.dll
- copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll
- windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe
......
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