Skip to content

Commit

Permalink
Fix QMPlay2.appdata.xml
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
zaps166 committed Mar 18, 2017
1 parent f18cb00 commit 1e817ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ else()
endif()

# appdata
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Unix/QMPlay2.appdata.xml.in ${CMAKE_CURRENT_BINARY_DIR}/org.zaps166.QMPlay2.appdata.xml @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.zaps166.QMPlay2.appdata.xml
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Unix/QMPlay2.appdata.xml.in ${CMAKE_CURRENT_BINARY_DIR}/QMPlay2.appdata.xml @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QMPlay2.appdata.xml
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo)
endif()
4 changes: 2 additions & 2 deletions src/gui/Unix/QMPlay2.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.zaps166.QMPlay2</id>
<id>QMPlay2.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<name>QMPlay2</name>
<summary>Video and audio player</summary>
<description>
Expand All @@ -11,7 +12,6 @@
</description>
<url type="homepage">http://zaps166.sourceforge.net/?app=QMPlay2</url>
<url type="bugtracker">https://github.com/zaps166/QMPlay2/issues</url>
<icon type="stock">QMPlay2</icon>
<categories>
<category>AudioVideo</category>
<category>Player</category>
Expand Down

0 comments on commit 1e817ed

Please sign in to comment.