From 1d6a2a9a60e2513a507d892a56f13ccec72958bc Mon Sep 17 00:00:00 2001 From: z__ Date: Thu, 3 Feb 2022 18:41:55 +0700 Subject: [PATCH] fix fucking github's new lines --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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