Fix qtlabs platform in windows packages
This commit is contained in:
parent
b67520256c
commit
5f4ab925da
@ -131,7 +131,7 @@ if(USE_BUNDLED_LMDB)
|
|||||||
target_include_directories(liblmdb::lmdb INTERFACE
|
target_include_directories(liblmdb::lmdb INTERFACE
|
||||||
"${HUNTER_INSTALL_PREFIX}/include/lmdb")
|
"${HUNTER_INSTALL_PREFIX}/include/lmdb")
|
||||||
else()
|
else()
|
||||||
find_package(LMDB)
|
find_package(LMDB REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -379,7 +379,7 @@ if(USE_BUNDLED_OLM)
|
|||||||
set(OLM_TESTS OFF CACHE INTERNAL "")
|
set(OLM_TESTS OFF CACHE INTERNAL "")
|
||||||
FetchContent_MakeAvailable(Olm)
|
FetchContent_MakeAvailable(Olm)
|
||||||
else()
|
else()
|
||||||
find_package(Olm 3)
|
find_package(Olm 3 REQUIRED)
|
||||||
set_package_properties(Olm PROPERTIES
|
set_package_properties(Olm PROPERTIES
|
||||||
DESCRIPTION "An implementation of the Double Ratchet cryptographic ratchet"
|
DESCRIPTION "An implementation of the Double Ratchet cryptographic ratchet"
|
||||||
URL "https://git.matrix.org/git/olm/about/"
|
URL "https://git.matrix.org/git/olm/about/"
|
||||||
|
@ -61,7 +61,7 @@ after_build:
|
|||||||
- mkdir NhekoRelease
|
- mkdir NhekoRelease
|
||||||
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
|
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
|
||||||
- copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll
|
- copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll
|
||||||
- windeployqt --qmldir %QT_DIR%\qml\ --release NhekoRelease\nheko.exe
|
- windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe
|
||||||
|
|
||||||
- 7z a nheko_win_64.zip .\NhekoRelease\*
|
- 7z a nheko_win_64.zip .\NhekoRelease\*
|
||||||
- ls -lh build\Release\
|
- ls -lh build\Release\
|
||||||
|
Loading…
Reference in New Issue
Block a user