Merge pull request #8475 from abcdefg30/makeclean

Fix OpenRA.Game.exe.config being removed by 'make clean'
This commit is contained in:
Oliver Brakmann
2015-06-14 10:26:45 +02:00

View File

@@ -77,7 +77,7 @@ elseif ($command -eq "clean")
{ {
$proc = Start-Process $msBuild $msBuildArguments -NoNewWindow -PassThru -Wait $proc = Start-Process $msBuild $msBuildArguments -NoNewWindow -PassThru -Wait
rm *.dll rm *.dll
rm *.config rm *.dll.config
rm mods/*/*.dll rm mods/*/*.dll
if (Test-Path thirdparty/download/) if (Test-Path thirdparty/download/)
{ {