Addressbook folder selection dialogs: make sure folder list is
[claws.git] / tools / check-appstream.sh
1 #!/bin/bash
2 exec 2>&1
3 files=`find $(dirname $(readlink -f $0))/../ -regextype posix-extended -regex "^.*\.(metainfo|appdata).xml(.in)?"`
4 appstream-util validate ${files}