mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add launchable attribute to the Linux appdata file (#5210)
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-launchable
This commit is contained in:
parent
5f6261c0cf
commit
687b213394
|
@ -165,6 +165,7 @@
|
|||
- Dev: Added the `developer_name` field to the Linux AppData specification. (#5138)
|
||||
- Dev: Twitch messages can be sent using Twitch's Helix API instead of IRC (disabled by default). (#5200)
|
||||
- Dev: Added estimation for image sizes to avoid layout shifts. (#5192)
|
||||
- Dev: Added the `launachable` entry to Linux AppData. (#5210)
|
||||
|
||||
## 2.4.6
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<!-- 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
|
||||
<component type="desktop-application">
|
||||
<id>com.chatterino.chatterino.desktop</id>
|
||||
<launchable type="desktop-id">com.chatterino.chatterino.desktop</launchable>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<content_rating type="oars-1.0">
|
||||
|
|
Loading…
Reference in a new issue