From b1cf5fb6384ae0f3931c0dee6d169e95578a1e41 Mon Sep 17 00:00:00 2001 From: z__ Date: Thu, 3 Feb 2022 18:44:02 +0700 Subject: [PATCH] i wanna believe this is the last for appveyor.yml --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: