Skip to content
Snippets Groups Projects
Commit 385cf87e authored by Yang Wang's avatar Yang Wang
Browse files

copy qt openssl files when doing runtime file copy

Change-Id: I139a814cedd2f1b2c2c0c3a522728bd1693f5de6
parent b97bde4c
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ $FilesToCopy = @(
"$daemonDir\contrib\build\ffmpeg\Build\win32\x64\bin\avfilter-7.dll",
"$daemonDir\contrib\build\openssl\out32dll\libeay32.dll",
"$daemonDir\contrib\build\openssl\out32dll\ssleay32.dll",
"$QtDir\..\..\Tools\OpenSSL\Win_x64\bin\libcrypto-1_1-x64.dll",
"$QtDir\..\..\Tools\OpenSSL\Win_x64\bin\libssl-1_1-x64.dll",
"$clientDir\qt.conf",
"$clientDir\images\jami.ico",
"$clientDir\License.rtf"
......@@ -97,4 +99,4 @@ Get-ChildItem -Path $clientTSPath -Include *.qm -Recurse | ForEach-Object {
Copy-Item -Path $_.FullName -Destination $CopyDir -Force Recurse
}
write-host "copy completed" -NoNewline -ForegroundColor Green
\ No newline at end of file
write-host "copy completed" -NoNewline -ForegroundColor Green
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