Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
385cf87e
Commit
385cf87e
authored
4 years ago
by
Yang Wang
Browse files
Options
Downloads
Patches
Plain Diff
copy qt openssl files when doing runtime file copy
Change-Id: I139a814cedd2f1b2c2c0c3a522728bd1693f5de6
parent
b97bde4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
copy-runtime-files.ps1
+3
-1
3 additions, 1 deletion
copy-runtime-files.ps1
with
3 additions
and
1 deletion
copy-runtime-files.ps1
+
3
−
1
View file @
385cf87e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment