Fix AppStream metadata file name

It should have the same name as the rDNS app id
This commit is contained in:
AsciiWolf 2024-11-28 20:30:24 +01:00
parent 668be31105
commit 7194a3691f
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ except:
def get_data_files():
data_files = [
(os.path.join('share', 'applications'), ['data/devede_ng.py.desktop']),
(os.path.join('share', 'metainfo'), ['data/devedeng.appdata.xml']),
(os.path.join('share', 'metainfo'), ['data/com.rastersoft.devedeng.appdata.xml']),
(os.path.join('share', 'pixmaps'), ['data/devedeng.svg']),
(os.path.join('share', 'icons', 'hicolor',
'scalable', 'apps'), ['data/devedeng_icon.svg']),