i wanna believe this is the last for appveyor.yml
This commit is contained in:
@@ -39,8 +39,9 @@ install:
|
|||||||
|
|
||||||
$dataPath = $steamData.Replace("/", "\");
|
$dataPath = $steamData.Replace("/", "\");
|
||||||
$contentPath = "$dataPath\Content";
|
$contentPath = "$dataPath\Content";
|
||||||
if (Test-Path $contentPath)
|
if (Test-Path $contentPath) {
|
||||||
Remove-Item -LiteralPath $contentPath -Force -Recurse
|
Remove-Item -LiteralPath $contentPath -Force -Recurse
|
||||||
|
}
|
||||||
|
|
||||||
cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64
|
cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64
|
||||||
cache:
|
cache:
|
||||||
|
Reference in New Issue
Block a user