diff options
author | Miika Tuominen <miika.km.tuominen@gmail.com> | 2023-10-02 02:14:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 02:14:41 +0300 |
commit | dac454e685144ea42b08456853e03bcdd6d4c4b9 (patch) | |
tree | 67f8eeefa678f76e2e03af0e4a1ec6245f6b852c /resources | |
parent | Set AppStream id to im.nheko.Nheko.desktop (diff) | |
download | nheko-dac454e685144ea42b08456853e03bcdd6d4c4b9.tar.xz |
Change the id field instead of the launchable field
Diffstat (limited to 'resources')
-rw-r--r-- | resources/nheko.appdata.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/nheko.appdata.xml.in b/resources/nheko.appdata.xml.in index 367148af..e46a550a 100644 --- a/resources/nheko.appdata.xml.in +++ b/resources/nheko.appdata.xml.in @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2020-2022 mujx, nheko reborn developers --> <component type="desktop"> - <id>@APPID@.desktop</id> - <launchable type="desktop-id">im.nheko.Nheko.desktop</launchable> + <id>im.nheko.Nheko.desktop</id> + <launchable type="desktop-id">@APPID@.desktop</launchable> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0-or-later</project_license> <name>nheko</name> |