i wanna believe this is the last for appveyor.yml
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user