Skip to content

Commit

Permalink
Binary drop script, Windows. Next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyo26 committed Feb 25, 2016
1 parent b96c852 commit 6c75b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/make_binary_drop_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Copy-Item Examples -Recurse -Destination $baseDropPath\Examples
Write-Host "Current user is "(Get-Item env:USERDOMAIN).Value"\"(Get-Item env:USERNAME).Value
# Copy-Item $sharePath"\*" -Recurse -Destination $baseDropPath
# Try with Robocopy
$robocopyCmd = "robocopy " + $sharePath + " " + $baseDropPath + " /s/e"
$robocopyCmd = "robocopy " + $sharePath + " " + $baseDropPath + " /s /e"
Write-Host "Invoking" $robocopyCmd
Invoke-Expression $robocopyCmd

Expand Down

0 comments on commit 6c75b28

Please sign in to comment.