This commit is contained in:
三咲雅 misaki masa 2026-07-19 23:55:10 +08:00 committed by GitHub
parent 4a226189ab
commit 110172f3c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ function M:preload(job)
return true
end
local cmd = M.with_limit():arg({ "-define", "filename:literal=true" })
local cmd = M.with_limit():arg { "-define", "filename:literal=true" }
if job.args.flatten then
cmd:arg { tostring(job.file.path), "-flatten" }
else