From 22a6811deb9e7ca2ee1407924587344dac2a2948 Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Wed, 10 Feb 2010 22:59:06 +1300 Subject: [PATCH] Updated makedist --- makedist.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makedist.cmd b/makedist.cmd index f5c9d8e457..8dcea31d40 100644 --- a/makedist.cmd +++ b/makedist.cmd @@ -12,9 +12,9 @@ @copy *.xml ..\openra-bin\ @copy specialbin.png ..\openra-bin\ @copy OpenRA.Server\bin\debug\OpenRA.Server.exe ..\openra-bin\ -@copy SequenceEditor\bin\x86\debug\SequenceEditor.exe ..\openra-bin\ -@copy OpenRA.Game\bin\x86\debug\*.dll ..\openra-bin\ -@copy OpenRA.Game\bin\x86\debug\OpenRa.Game.exe ..\openra-bin\ +@copy SequenceEditor\bin\debug\SequenceEditor.exe ..\openra-bin\ +@copy OpenRA.Game\bin\debug\*.dll ..\openra-bin\ +@copy OpenRA.Game\bin\debug\OpenRa.Game.exe ..\openra-bin\ @xcopy /E mods ..\openra-bin\mods\ @copy *.yaml ..\openra-bin\ @copy bogus.* ..\openra-bin\ \ No newline at end of file