summaryrefslogtreecommitdiffstats
path: root/Nightbuild2008.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Nightbuild2008.cmd')
-rw-r--r--Nightbuild2008.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Nightbuild2008.cmd b/Nightbuild2008.cmd
index fdd5d3de1..11e2b3683 100644
--- a/Nightbuild2008.cmd
+++ b/Nightbuild2008.cmd
@@ -92,6 +92,9 @@ if errorlevel 1 goto haderror
+:: Copy all the example ini files into the Install folder for zipping:
+copy MCServer\*.example.ini Install\*.example.ini
+
:: Use 7-zip to compress the resulting files into a single file:
set FILESUFFIX=%MYYEAR%_%MYMONTH%_%MYDAY%_%MYTIME%_%COMMITID%
echo FILESUFFIX=%FILESUFFIX%