Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Correct RDNN for app metadata files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cochrane committed Dec 28, 2017
1 parent 2ae5716 commit 145af00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@
<p>Bugfix: a tab always remains open in each window.</p>
</description>
</release>
<release version="1.0.10" date="2017-12-29">
<description>
<p>Hopefully this makes it display better in AppCenter.</p>
</description>
</release>
</releases>
</component>
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ endforeach

TODO = 'Apply internationalization to these'
install_data(
'io.github.alcinnz.odysseus-web.desktop',
'com.github.alcinnz.odysseus-web.desktop',
install_dir: join_paths(get_option('datadir'), 'applications')
)

install_data(
'io.github.alcinnz.odysseus-web.appdata.xml',
'com.github.alcinnz.odysseus-web.appdata.xml',
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

0 comments on commit 145af00

Please sign in to comment.