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