Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow OS X users to remove SuperTux using Launchpad
  • Loading branch information
SuperMAT authored and Tobias Markus committed Jan 24, 2014
1 parent 0f9a026 commit e158b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -376,6 +376,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
SET(INSTALL_SUBDIR_DOC "SuperTux.app/Contents/Resources" CACHE STRING "Installation subdir for docs")

INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/info.plist DESTINATION "SuperTux.app/Contents/")
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/receipt DESTINATION "SuperTux.app/Contents/_MASReceipt/")

INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.icns DESTINATION "SuperTux.app/Contents/Resources/")

Expand Down
1 change: 1 addition & 0 deletions tools/darwin/receipt
@@ -0,0 +1 @@
SuperTux Receipt.

0 comments on commit e158b7f

Please sign in to comment.