Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-windows
Commits
a010f250
Commit
a010f250
authored
Jan 14, 2019
by
Philippe Gorley
Browse files
fix copy script
Change-Id: I3b2c5405beedd25c9940a643fc66808a3d9cabcc
parent
3e81c1e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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