Skip to content

Commit

Permalink
Merge pull request #101 from iFoundSilentHouse/master
Browse files Browse the repository at this point in the history
fix validate-appdata test
  • Loading branch information
ranfdev authored Apr 9, 2024
2 parents baf1f76 + 61c1262 commit f17a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if appstream_util.found()
test(
'validate-appdata', appstream_util,
args: [
'validate', '--nonet', appdata_file.full_path()
'validate-relax', '--nonet', appdata_file.full_path()
],
depends: appdata_file,
)
Expand Down

0 comments on commit f17a9e6

Please sign in to comment.