Skip to content

Commit

Permalink
Update CpackConfiguration.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyLiz authored Feb 18, 2019
1 parent d2ef981 commit 652646c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CpackConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ( UNIX )
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/games/${PROJECT_NAME}")

configure_file(setup/cytopia.desktop setup/cytopia.desktop)
configure_file(setup/cytopia-TileDataEditor.desktop setup/cytopia-tiledata-editor.desktop)
configure_file(setup/cytopia-tiledata-editor.desktop setup/cytopia-tiledata-editor.desktop)

INSTALL(FILES ${PROJECT_BINARY_DIR}/setup/cytopia.desktop DESTINATION /usr/share/applications)
INSTALL(FILES ${PROJECT_BINARY_DIR}/setup/cytopia-tiledata-editor.desktop DESTINATION /usr/share/applications)
Expand Down

0 comments on commit 652646c

Please sign in to comment.