diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2023-10-31 10:00:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 10:00:59 +0100 |
commit | 846f85071f890faabf04f528cf9f609f33684441 (patch) | |
tree | 9338adc245d44153b1643062ec87c8a7f319d968 | |
parent | Translated using Weblate (Estonian) (diff) | |
parent | Change appid to im.nheko.Nheko (diff) | |
download | nheko-846f85071f890faabf04f528cf9f609f33684441.tar.xz |
Merge pull request #1570 from discapes/master
Set AppStream id to im.nheko.Nheko.desktop
-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..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>@APPID@.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> |