Fix OpenRA.Game.exe.config being removed by 'make clean'
This commit is contained in:
2
make.ps1
2
make.ps1
@@ -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/)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user