Updated kobalt.

This commit is contained in:
Erik C. Thauvin 2016-08-04 19:01:48 -07:00
parent a7a703ccc8
commit ea13f86342
5 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View file

@ -26,3 +26,4 @@
Thumbs.db
ehthumbs.db
kobaltBuild
libs

Binary file not shown.

View file

@ -1 +1 @@
kobalt.version=0.843
kobalt.version=0.889

View file

@ -1 +1,2 @@
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
#!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

4
kobaltw.bat Normal file
View file

@ -0,0 +1,4 @@
@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*