diff options
author | madmaxoft <github@xoft.cz> | 2013-09-03 14:54:50 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-03 14:55:07 +0200 |
commit | c019e8f0c568163967de4b6c370964cfc0b1adb3 (patch) | |
tree | 52a932a54983d3c1a40d30d0cd546085deb1fd86 /Nightbuild2008.cmd | |
parent | Exported BroadcastSoundEffect and BroadcastSoundParticleEffect to the Lua API (diff) | |
download | cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.tar cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.tar.gz cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.tar.bz2 cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.tar.lz cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.tar.xz cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.tar.zst cuberite-c019e8f0c568163967de4b6c370964cfc0b1adb3.zip |
Diffstat (limited to '')
-rw-r--r-- | Nightbuild2008.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nightbuild2008.cmd b/Nightbuild2008.cmd index 0d93380e9..6de8d9f67 100644 --- a/Nightbuild2008.cmd +++ b/Nightbuild2008.cmd @@ -102,7 +102,7 @@ if errorlevel 1 goto haderror :: Copy all the example ini files into the Install folder for zipping: -copy MCServer\*.example.ini Install\*.example.ini +copy MCServer\*.example.ini Install\ :: Use 7-zip to compress the resulting files into a single file: set FILESUFFIX=%MYYEAR%_%MYMONTH%_%MYDAY%_%MYTIME%_%COMMITID% |