i wanna believe this is the last for appveyor.yml

This commit is contained in:
z__
2022-02-03 18:44:02 +07:00
parent 1d6a2a9a60
commit b1cf5fb638

View File

@@ -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: