diff --git a/scripts/SetupWindows.ps1 b/scripts/SetupWindows.ps1 index 3f6f0747..5cdb75c5 100644 --- a/scripts/SetupWindows.ps1 +++ b/scripts/SetupWindows.ps1 @@ -2,7 +2,7 @@ if ($(Split-Path -Path (Get-Location) -Leaf) -eq "scripts" ) { Set-Location .. } -Remove-Item -Recurse -Force "tmp" | Out-Null +Remove-Item -Recurse -Force "tmp" -ErrorAction SilentlyContinue | Out-Null New-Item -ItemType Directory -Force -Path "tmp" Write-Output "Getting latest Tachidesk build files"