-
-
Couldn't load subscription status.
- Fork 626
Description
Apparently, the parser script of this repository requires a .appdata.xml file and do not accept .metainfo.xml (proof : https://github.com/iTrooz/appimage.github.io/runs/8208199832?check_suite_focus=true)
2022-09-06T13:43:34.3788472Z WARNING: No appdata file present. Please provide one in the AppImage as per the instructions on https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
But the freedesktop page says
The application-metainfo files override any values which are automatically fetched by the AppStream data generator. Applications can ship one or more files in /usr/share/metainfo/%{id}.metainfo.xml.
And doesn't mention .appdata.xml files
Apparently .appdata.xml is the old standard, that should not be used anymore
For now my solution is to include a symlink to the .appdata.xml file, and so include both of them
Shouldn't the script ask for a .metainfo.xml file instead of a .appdata.xml file ?