Skip to content

Commit

Permalink
Add a desktop file
Browse files Browse the repository at this point in the history
Fixes #7.
  • Loading branch information
mgedmin committed Sep 21, 2016
1 parent 3cda91a commit 93cc0b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ include src/pyspacewar/tests/*.py

# added by check_manifest.py
include .coveragerc

# added by check_manifest.py
include *.desktop
9 changes: 9 additions & 0 deletions pyspacewar.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Name=PySpaceWar
GenericName=Spacewar!
Comment=Game loosely based on the original Spacewar!
Exec=pyspacewar
Icon=pyspacewar
Type=Application
Categories=Game;ArcadeGame;
StartupNotify=false

0 comments on commit 93cc0b5

Please sign in to comment.