mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
more updates for version 2.1
This commit is contained in:
parent
d01d9924a2
commit
d045e3a513
2 changed files with 4 additions and 1 deletions
scripts/windows/coco-dev-setup/batch
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue