Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8111


Ignore:
Timestamp:
Mar 24, 2011, 5:31:00 PM (13 years ago)
Author:
rgrieder
Message:

Changed linux icon to the new one from the forum. Also changed the execution path to be absolute. Note that this might break because you can also install the game to usr/local!
But for the moment, this is fine for testing.

Location:
code/branches/kicklib/contrib
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/contrib/CMakeLists.txt

    r8098 r8111  
    2727  INSTALL(FILES orxonox.desktop     DESTINATION /usr/share/applications)
    2828  #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)
    3030ENDIF()
  • code/branches/kicklib/contrib/orxonox.desktop

    r8097 r8111  
    22Name=Orxonox
    33Comment=A spacecraft shooter
    4 Exec=orxonox
    5 Icon=/usr/share/pixmaps/orxonox.svg
     4Exec=/usr/games/orxonox
     5Icon=/usr/share/pixmaps/orxonox.png
    66Type=Application
    77Categories=Game;ActionGame;
Note: See TracChangeset for help on using the changeset viewer.