1
0

Windows nightbuild updated to generate .example.ini files.

Fixes #314.
This commit is contained in:
madmaxoft
2014-01-09 09:45:21 +01:00
parent 91d70b87e5
commit 4a1b78787f
3 changed files with 51 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ if "a%ftpsite%" == "a" (
:: Create the API documentation by running the server and stopping it right after it starts:
cd MCServer
copy /Y settings_apidump.ini settings.ini
echo stop | MCServer
cd ..