Skip to content

Commit 918f8d7

Browse files
committed
appstream-builder: lax requirements for missing info
1 parent 926093c commit 918f8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def build_appstream(path: str, output_dir: str):
8787
args = [
8888
"--verbose",
8989
"--veto-ignore=missing-parents",
90+
"--veto-ignore=missing-info",
9091
"--output-dir",
9192
f"{output_dir}/appstream",
9293
"--temp-dir",

0 commit comments

Comments
 (0)