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:
commit
1248d95be3
1 changed files with 1 additions and 1 deletions
2
dist/kobaltw.bat
vendored
2
dist/kobaltw.bat
vendored
|
@ -1,2 +1,2 @@
|
||||||
@echo off
|
@echo off
|
||||||
java -jar "%~dp0/kobalt/wrapper/kobalt-wrapper.jar" %*
|
java -jar "%~dp0/../kobalt/wrapper/kobalt-wrapper.jar" %*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue