From 0244f394fd414473addb84bf60dbb9a6da89deeb Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 13 Jun 2015 15:54:28 +0200 Subject: [PATCH] Fix OpenRA.Game.exe.config being removed by 'make clean' --- make.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.ps1 b/make.ps1 index 96163c3df0..1dd31bafb2 100644 --- a/make.ps1 +++ b/make.ps1 @@ -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/) {