uh, some of that was supposed to happen LAST commit
This commit is contained in:
15
makedist.cmd
Normal file
15
makedist.cmd
Normal file
@@ -0,0 +1,15 @@
|
||||
rmdir /s /q ..\openra-bin
|
||||
mkdir ..\openra-bin
|
||||
copy *.mix ..\openra-bin\
|
||||
copy *.ini ..\openra-bin\
|
||||
copy *.rem ..\openra-bin\
|
||||
copy *.til ..\openra-bin\
|
||||
copy INSTALL ..\openra-bin\
|
||||
copy LICENSE ..\openra-bin\
|
||||
copy *.fx ..\openra-bin\
|
||||
copy *.xml ..\openra-bin\
|
||||
copy specialbin.png ..\openra-bin\
|
||||
copy OpenRA.Server\bin\debug\OpenRA.Server ..\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\
|
||||
Reference in New Issue
Block a user