Merge pull request #1039 from jwillikers/fix-metadata
Fix metainfo validation
This commit is contained in:
commit
f1c8b320c2
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user