more updates for version 2.1

This commit is contained in:
Glen De Cauwsemaecker 2014-04-09 01:59:52 +02:00
parent d01d9924a2
commit d045e3a513
2 changed files with 4 additions and 1 deletions
scripts/windows/coco-dev-setup/batch

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<variables>
<version>2.0</version>
<version>2.1</version>
<author>GlenDC</author>
<copyright>CodeCombat.com © 2013-2014</copyright>
<github_url>https://github.com/codecombat/codecombat.git</github_url>

View file

@ -49,6 +49,9 @@ if "%download_extension%"=="zip" (
md %mongodb_path%
%systemroot%\System32\xcopy !package_path!!mongodb_original_directory! !mongodb_path! /r /h /s /e /y
setx path ";!mongodb_path!\bin"
goto:clean_up
)