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

* include "kobaltw.bat" in distribution

This commit is contained in:
Dmitry Zhuravlev 2016-05-10 13:10:50 +03:00
parent acb0b9bd78
commit ae95d01510

View file

@ -173,6 +173,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
zip {
val dir = "kobalt-$version"
include(from("dist"), to("$dir/bin"), "kobaltw")
include(from("dist"), to("$dir/bin"), "kobaltw.bat")
include(from("$buildDirectory/libs"), to("$dir/kobalt/wrapper"),
"$projectName-$version.jar")
include(from("modules/wrapper/$buildDirectory/libs"), to("$dir/kobalt/wrapper"),