Changeset 8111
- Timestamp:
- Mar 24, 2011, 5:31:00 PM (14 years ago)
- Location:
- code/branches/kicklib/contrib
- Files:
-
- 1 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/contrib/CMakeLists.txt
r8098 r8111 27 27 INSTALL(FILES orxonox.desktop DESTINATION /usr/share/applications) 28 28 #INSTALL(FILES orxonox.manpage.xml DESTINATION /usr/man) 29 INSTALL(FILES orxonox. svg DESTINATION /usr/share/icons/hicolor/scalable)29 INSTALL(FILES orxonox.png DESTINATION /usr/share/pixmaps) 30 30 ENDIF() -
code/branches/kicklib/contrib/orxonox.desktop
r8097 r8111 2 2 Name=Orxonox 3 3 Comment=A spacecraft shooter 4 Exec= orxonox5 Icon=/usr/share/pixmaps/orxonox. svg4 Exec=/usr/games/orxonox 5 Icon=/usr/share/pixmaps/orxonox.png 6 6 Type=Application 7 7 Categories=Game;ActionGame;
Note: See TracChangeset
for help on using the changeset viewer.