mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Changed fix for Gygwin/MinGW to handle Windows specifically.
Switched kotbaltw to bourne shell. kobaltw.bat now created by default.
This commit is contained in:
parent
53ba3a4c0c
commit
6ec5aa8994
4 changed files with 34 additions and 11 deletions
2
dist/kobaltw.bat
vendored
2
dist/kobaltw.bat
vendored
|
@ -1,2 +1,4 @@
|
|||
@echo off
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
java -jar "%~dp0/../kobalt/wrapper/kobalt-wrapper.jar" %*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue