fix(libreoffice): wrong archive filename

This commit is contained in:
Julien Neuhart
2024-02-16 17:37:13 +01:00
parent a45008411e
commit 975a9f5344

View File

@@ -250,7 +250,7 @@ func (ctx *Context) BuildOutputFile() (string, error) {
ImplicitTopLevelFolder: false,
}
archivePath := ctx.GeneratePath(".zip", "")
archivePath := ctx.GeneratePath("", ".zip")
err := z.Archive(ctx.outputPaths, archivePath)
if err != nil {