Fix desktop file name
The desktop file was renamed in an earlier commit, this value needs to be changed.
This commit is contained in:
parent
4dd04d6db5
commit
5a76917357
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<id>com.github.rssguard.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<name>RSS Guard </name>
|
||||
<name>RSS Guard</name>
|
||||
<update_contact>rotter.martinos_AT_gmail.com</update_contact>
|
||||
<summary>Simple (yet powerful) feed reader</summary>
|
||||
<translation type="qt">rssguard</translation>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF and ATOM. RSS Guard is developed on top of the Qt library.
|
||||
</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">rssguard.desktop</launchable>
|
||||
<launchable type="desktop-id">com.github.rssguard.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<caption>Linux version</caption>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue