diff --git a/appveyor.yml b/appveyor.yml index be0b3b5..7951537 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,8 +39,9 @@ install: $dataPath = $steamData.Replace("/", "\"); $contentPath = "$dataPath\Content"; - if (Test-Path $contentPath) + if (Test-Path $contentPath) { Remove-Item -LiteralPath $contentPath -Force -Recurse + } cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64 cache: