This commit is contained in:
Gator96100 2020-10-05 05:33:39 +02:00
parent 656f7dd580
commit 82806379ce

View file

@ -175,7 +175,7 @@ install:
Write-Host "ProxSpace: move cache..." -NoNewLine
Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force
Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force -ErrorAction SilentlyContinue
Write-Host "[ OK ]" -ForegroundColor Gree