Fix OpenRA.Game.exe.config being removed by 'make clean'

This commit is contained in:
abcdefg30
2015-06-13 15:54:28 +02:00
parent 93ed8fbdd1
commit 0244f394fd

View File

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