diff options
author | Miika Tuominen <miika.km.tuominen@gmail.com> | 2023-10-31 10:56:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 10:56:25 +0200 |
commit | 8ddd10e2258c2dcf40ba7ca4e77ee3cecf12015b (patch) | |
tree | 14668db51ca84ca5261ed554f337545aeff70361 /resources | |
parent | Change the id field instead of the launchable field (diff) | |
download | nheko-8ddd10e2258c2dcf40ba7ca4e77ee3cecf12015b.tar.xz |
Change appid to im.nheko.Nheko
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
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 e46a550a..e23c8d3a 100644 --- a/resources/nheko.appdata.xml.in +++ b/resources/nheko.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2020-2022 mujx, nheko reborn developers --> <component type="desktop"> - <id>im.nheko.Nheko.desktop</id> + <id>im.nheko.Nheko</id> <launchable type="desktop-id">@APPID@.desktop</launchable> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0-or-later</project_license> |