summaryrefslogtreecommitdiffstats
path: root/Nightbuild2008.cmd
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-03 20:45:08 +0200
committermadmaxoft <github@xoft.cz>2013-08-03 20:45:08 +0200
commit106308796d975351b4c5c05927d2790adf2da26a (patch)
tree5d2545b004e82a3a6366843d96867146738a0e6f /Nightbuild2008.cmd
parentAdded cWorld::DoWithChunk() function. (diff)
parentRemoved all example ini files from Install. (diff)
downloadcuberite-106308796d975351b4c5c05927d2790adf2da26a.tar
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.gz
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.bz2
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.lz
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.xz
cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.zst
cuberite-106308796d975351b4c5c05927d2790adf2da26a.zip
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%