1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-24 23:47:11 -07:00

Fix kobaltw.bat

This commit is contained in:
Cedric Beust 2016-03-25 11:29:58 +04:00
parent f67a009923
commit a6a751d4c9

View file

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