fix metainfo file location
Rename the file to match the <id> tag inside the file. Install the file in correct location. This fixes #1025 .
This commit is contained in:
parent
69f889e33f
commit
a47f3fa5d1
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ def _data_files():
|
|||
|
||||
yield 'share/applications', ['share/applications/solaar.desktop']
|
||||
yield 'share/solaar/udev-rules.d', ['rules.d/42-logitech-unify-permissions.rules']
|
||||
yield 'share/metainfo/io.github.pwr_solaar.solaar.metainfo.xml', ['share/solaar/metainfo.xml']
|
||||
yield 'share/metainfo', ['share/solaar/io.github.pwr_solaar.solaar.metainfo.xml']
|
||||
|
||||
del _dirname
|
||||
|
||||
|
|
Loading…
Reference in New Issue