mirror of https://github.com/cloudreve/Cloudreve
fix(thumb): libreoffice warning (#2358)
parent
fbf1d1d42c
commit
10e3854082
|
@ -71,7 +71,7 @@ func (l *LibreOfficeGenerator) Generate(ctx context.Context, es entitysource.Ent
|
||||||
// Convert the document to an image
|
// Convert the document to an image
|
||||||
encode := l.settings.ThumbEncode(ctx)
|
encode := l.settings.ThumbEncode(ctx)
|
||||||
cmd := exec.CommandContext(ctx, l.settings.LibreOfficePath(ctx), "--headless",
|
cmd := exec.CommandContext(ctx, l.settings.LibreOfficePath(ctx), "--headless",
|
||||||
"-nologo", "--nofirststartwizard", "--invisible", "--norestore", "--convert-to",
|
"--nologo", "--nofirststartwizard", "--invisible", "--norestore", "--convert-to",
|
||||||
encode.Format, "--outdir", tempOutputPath, tempInputPath)
|
encode.Format, "--outdir", tempOutputPath, tempInputPath)
|
||||||
|
|
||||||
// Redirect IO
|
// Redirect IO
|
||||||
|
|
Loading…
Reference in New Issue