fix fucking github's new lines

This commit is contained in:
z__
2022-02-03 18:41:55 +07:00
parent 455be2393e
commit 1d6a2a9a60

View File

@@ -37,8 +37,8 @@ install:
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit" & "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit"
$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