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:
parent
acb0b9bd78
commit
ae95d01510
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue