mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2024-11-15 15:00:47 +00:00
swap Copy-Item for Robocopy
This commit is contained in:
parent
ecca4c65c8
commit
149ed73605
@ -4,8 +4,8 @@ param(
|
|||||||
|
|
||||||
function Copy-FilestoScratchpad {
|
function Copy-FilestoScratchpad {
|
||||||
$source = Join-Path $PSScriptRoot "addon" "globalPlugins" "voicemeeter"
|
$source = Join-Path $PSScriptRoot "addon" "globalPlugins" "voicemeeter"
|
||||||
$target = Join-Path $env:appdata "nvda" "scratchpad" "globalPlugins"
|
$target = Join-Path $env:appdata "nvda" "scratchpad" "globalPlugins" "voicemeeter"
|
||||||
Copy-Item -Path $source -Destination $target -Recurse -Force
|
Robocopy $source $target /MIR /NFL /NDL /NJH /NJS /nc /ns /np
|
||||||
}
|
}
|
||||||
|
|
||||||
function main {
|
function main {
|
||||||
|
Loading…
Reference in New Issue
Block a user