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

fixed wrapper path in dist/kobaltw.bat

This commit is contained in:
DevCharly 2016-06-02 17:26:55 +02:00
parent 898d7dcc0d
commit b6414f7740

2
dist/kobaltw.bat vendored
View file

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