Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
a010f250
Commit
a010f250
authored
Jan 14, 2019
by
Philippe Gorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix copy script
Change-Id: I3b2c5405beedd25c9940a643fc66808a3d9cabcc
parent
3e81c1e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
copy-runtime-files.ps1
copy-runtime-files.ps1
+2
-2
No files found.
copy-runtime-files.ps1
View file @
a010f250
...
...
@@ -13,11 +13,11 @@ $OutDir = $ClientDir + "\x64\Release"
New-Item
-ItemType
directory
-Path
$OutDir
-Force
if
(
-not
(
$daemonDir
))
{
$daemonDir
=
'$ClientDir
\..\daemon'
$daemonDir
=
$ClientDir
+
'
\..\daemon'
}
if
(
-not
(
$lrcDir
))
{
$lrcDir
=
'$ClientDir
\..\lrc'
$lrcDir
=
$ClientDir
+
'
\..\lrc'
}
# dependency bin files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment