diff options
author | Miika Tuominen <miika.km.tuominen@gmail.com> | 2023-09-28 17:51:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 17:51:58 +0300 |
commit | c116d6e7d51ded766f74ee5ab53259fa2ccacf19 (patch) | |
tree | d2e21e90a2f50e6ba2c5f84fa6eaeed00772920e /resources | |
parent | Update mtxclient to work around empty event types (diff) | |
download | nheko-c116d6e7d51ded766f74ee5ab53259fa2ccacf19.tar.xz |
Set AppStream id to im.nheko.Nheko.desktop
Diffstat (limited to 'resources')
-rw-r--r-- | resources/nheko.appdata.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/nheko.appdata.xml.in b/resources/nheko.appdata.xml.in index 07c93302..367148af 100644 --- a/resources/nheko.appdata.xml.in +++ b/resources/nheko.appdata.xml.in @@ -2,7 +2,7 @@ <!-- Copyright 2020-2022 mujx, nheko reborn developers --> <component type="desktop"> <id>@APPID@.desktop</id> - <launchable type="desktop-id">@APPID@.desktop</launchable> + <launchable type="desktop-id">im.nheko.Nheko.desktop</launchable> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0-or-later</project_license> <name>nheko</name> |