Skip to content

Commit

Permalink
Update copy_build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos authored Nov 21, 2024
1 parent 429afc4 commit 039d6ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Installer/copy_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ copy %qtPath%\plugins\tls\qopensslbackend.dll %instPath%\tls\
IF %archPath% == x64 (
if "%qt_version:~0,1%" == "6" (
mkdir %instPath%\tls
copy %qtPath%\plugins\tls\qcertonlybackend.dll %instPath%\tls\
copy %qtPath%\plugins\tls\qopensslbackend.dll %instPath%\tls\
copy %qtPath%\plugins\tls\qschannelbackend.dll %instPath%\tls\
)
)

Expand Down

0 comments on commit 039d6ef

Please sign in to comment.