mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Fix manifest path.
This commit is contained in:
parent
67da9b8dc6
commit
0e6bc67c4b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import org.apache.commons.compress.archivers.zip.ZipFile as ApacheZipFile
|
|||
*/
|
||||
class MetaArchive(outputFile: File, val manifest: Manifest?) : Closeable {
|
||||
companion object {
|
||||
val MANIFEST_MF = "/META-INF/MANIFEST.MF"
|
||||
val MANIFEST_MF = "META-INF/MANIFEST.MF"
|
||||
}
|
||||
|
||||
private val zos = ZipArchiveOutputStream(outputFile).apply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue