fix fucking github's new lines
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user