1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Merge pull request #224 from DevCharly/kobaltw-bat-fix

fixed wrapper path in dist/kobaltw.bat
This commit is contained in:
Cedric Beust 2016-06-02 08:51:16 -07:00
commit 1248d95be3

2
dist/kobaltw.bat vendored
View file

@ -1,2 +1,2 @@
@echo off @echo off
java -jar "%~dp0/kobalt/wrapper/kobalt-wrapper.jar" %* java -jar "%~dp0/../kobalt/wrapper/kobalt-wrapper.jar" %*