Merge pull request #1039 from jwillikers/fix-metadata

Fix metainfo validation
This commit is contained in:
rmcrackan 2024-11-13 21:09:45 -05:00 committed by GitHub
commit f1c8b320c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -14,8 +14,9 @@ name: Validate MetaInfo
jobs: jobs:
validate-appstream-metainfo: validate-appstream-metainfo:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: ghcr.io/flathub/flatpak-builder-lint:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: sudo apt --yes install appstream-util
- name: Check the MetaInfo file - name: Check the MetaInfo file
run: appstream-util validate Source/LoadByOS/LinuxConfigApp/com.getlibation.Libation.metainfo.xml run: flatpak-builder-lint appstream Source/LoadByOS/LinuxConfigApp/com.getlibation.Libation.metainfo.xml

View File

@ -40,7 +40,7 @@
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://raw.githubusercontent.com/rmcrackan/Libation/refs/heads/master/Source/LoadByOS/LinuxConfigApp/screenshots/filter.png</image> <image>https://raw.githubusercontent.com/rmcrackan/Libation/refs/heads/master/Source/LoadByOS/LinuxConfigApp/screenshots/filter.png</image>
<caption>Listing of audiobooks filtered to show titles from a specific series</caption> <caption>Filtered listing of audiobooks</caption>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://raw.githubusercontent.com/rmcrackan/Libation/refs/heads/master/Source/LoadByOS/LinuxConfigApp/screenshots/important-settings.png</image> <image>https://raw.githubusercontent.com/rmcrackan/Libation/refs/heads/master/Source/LoadByOS/LinuxConfigApp/screenshots/important-settings.png</image>