mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Directory bug.
This commit is contained in:
parent
380fafade2
commit
18b62f423d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class JarUtils {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val includedFile = IncludedFile(From(source.path), To(""), listOf(IFileSpec.Glob("**")))
|
val includedFile = IncludedFile(From(source.path), To(""), listOf(IFileSpec.Glob("**")))
|
||||||
addSingleFile(directory, includedFile, outputStream, expandJarFiles)
|
addSingleFile(".", includedFile, outputStream, expandJarFiles)
|
||||||
} else {
|
} else {
|
||||||
if (expandJarFiles and source.name.endsWith(".jar")) {
|
if (expandJarFiles and source.name.endsWith(".jar")) {
|
||||||
log(2, "Writing contents of jar file ${source}")
|
log(2, "Writing contents of jar file ${source}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue