Skip to content

Commit

Permalink
Oops, forgot to add the new files to GIT for redeclipse desktop/menu …
Browse files Browse the repository at this point in the history
…entries
  • Loading branch information
Ken Moore committed Oct 7, 2013
1 parent aeeeb97 commit 6f4af2b
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/games/redeclipse/xdg-desktop/redeclipse.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Red Eclipse (Client)
GenericName=red eclipse (client)
Exec=%%PBI_EXEDIR%%/redeclipse
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/redeclipse.png
StartupNotify=true
10 changes: 10 additions & 0 deletions modules/games/redeclipse/xdg-desktop/redeclipse_server.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Red Eclipse (Server)
GenericName=red eclipse (server)
Exec=%%PBI_EXEDIR%%/redeclipse_server
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/redeclipse.png
StartupNotify=true
11 changes: 11 additions & 0 deletions modules/games/redeclipse/xdg-menu/redeclipse.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Red Eclipse (Client)
GenericName=red eclipse (client)
Exec=%%PBI_EXEDIR%%/redeclipse
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/redeclipse.png
StartupNotify=true
Categories=Game;
11 changes: 11 additions & 0 deletions modules/games/redeclipse/xdg-menu/redeclipse_server.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Red Eclipse (Server)
GenericName=red eclipse (server)
Exec=%%PBI_EXEDIR%%/redeclipse_server
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/redeclipse.png
StartupNotify=true
Categories=Game;

0 comments on commit 6f4af2b

Please sign in to comment.