From 8cb39d108bd06e6b9d9f0c05eb08b5b2da3a0312 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 8 Apr 2025 14:52:18 +0200 Subject: [PATCH] copy openssl backend plugin --- resources/scripts/github-actions/build-windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index 9c8c2b1c4..cfb135853 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -171,6 +171,7 @@ windeployqt.exe --verbose 1 --no-compiler-runtime --no-translations --release rs cd ".." # Copy OpenSSL. +Copy-Item -Path "$qt_path\$qt_version\$qt_arch_base\plugins\tls\qopensslbackend.dll" -Destination ".\app\tls\" Copy-Item -Path "$openssl_base_path\bin\libcrypto*.dll" -Destination ".\app\" Copy-Item -Path "$openssl_base_path\bin\libssl*.dll" -Destination ".\app\"