Ketok4321 / speedtest

A graphical librespeed client written using gtk4 + libadwaita
GNU General Public License v3.0
28 stars 13 forks source link

fix: AppData installation dir #7

Closed tim77 closed 10 months ago

tim77 commented 10 months ago

Trying to package your app for Fedora and got RPM linter error due old, deprecated AppData location.

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.

https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#qsr-app-introduction

Thanks in advance!

Ketok4321 commented 10 months ago

Thanks!