We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926093c commit 918f8d7Copy full SHA for 918f8d7
main.py
@@ -87,6 +87,7 @@ def build_appstream(path: str, output_dir: str):
87
args = [
88
"--verbose",
89
"--veto-ignore=missing-parents",
90
+ "--veto-ignore=missing-info",
91
"--output-dir",
92
f"{output_dir}/appstream",
93
"--temp-dir",
0 commit comments