Fix AppStream metadata file name
It should have the same name as the rDNS app id
This commit is contained in:
parent
668be31105
commit
7194a3691f
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue