mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-03-22 00:24:16 +00:00
appdata: add display size value
This adds the missing part of the recommended values for apps that work on desktops and mobile. See https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#desktop-and-mobile-apps for reference.
This commit is contained in:
parent
fe5d7f9542
commit
cca988aabf
@ -12,6 +12,9 @@
|
|||||||
<control>keyboard</control>
|
<control>keyboard</control>
|
||||||
<control>touch</control>
|
<control>touch</control>
|
||||||
</recommends>
|
</recommends>
|
||||||
|
<requires>
|
||||||
|
<display_length compare="ge">360</display_length>
|
||||||
|
</requires>
|
||||||
<developer_name>Kingkor Roy Tirtho</developer_name>
|
<developer_name>Kingkor Roy Tirtho</developer_name>
|
||||||
<url type="bugtracker">https://github.com/krtirtho/spotube/issues</url>
|
<url type="bugtracker">https://github.com/krtirtho/spotube/issues</url>
|
||||||
<url type="homepage">https://spotube.krtirtho.dev</url>
|
<url type="homepage">https://spotube.krtirtho.dev</url>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user