mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix detecting addons from zip file
Also set the default to `collectOutput` where it would parse the output of an addon.
This commit is contained in:
@ -72,7 +72,7 @@ final class AddonValidate[F[_]: Async](
|
||||
).cast
|
||||
)
|
||||
_ <- EitherT.cond(
|
||||
meta.options.exists(_.isUseful),
|
||||
meta.options.forall(_.isUseful),
|
||||
(),
|
||||
InvalidAddon(
|
||||
"Addon defines no output and no networking. It can't do anything useful."
|
||||
|
Reference in New Issue
Block a user