diff --git a/appveyor.yml b/appveyor.yml index 6d10548..be0b3b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,8 +37,8 @@ install: & "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit" - $dataPath = $steamData.Replace("/", "\") - $contentPath = $dataPath\Content + $dataPath = $steamData.Replace("/", "\"); + $contentPath = "$dataPath\Content"; if (Test-Path $contentPath) Remove-Item -LiteralPath $contentPath -Force -Recurse