Skip to content

Commit

Permalink
addition of appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
giby committed Sep 26, 2014
1 parent 5e7dd81 commit b1b2c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -432,6 +432,8 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/INSTALL.md ${CMAKE_CURRENT_SOURCE_DIR}

INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/credits.txt DESTINATION ${INSTALL_SUBDIR_SHARE})

INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/supertux2.appdata.xml DESTINATION "share/appdata" )

INSTALL(DIRECTORY data/images
data/fonts
data/levels
Expand Down

2 comments on commit b1b2c3c

@maxteufel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@giby: This is useless, because the file wasn't even added.

@maxteufel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also use more up-to-date screenshots in the appdata file (unless some packagers want to re-release 0.1.3 with appdata files).

Please sign in to comment.