diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-06 00:52:39 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-06 00:52:39 +0000 |
commit | 37ce2e21db7c7282a69c261c5969e6c78819d9bd (patch) | |
tree | 7e3f85bef1df908581415ad473bf3e4b8eaba832 /7w/debian/7w.desktop | |
parent | beyond-the-titanic: fix minor spec problems (diff) | |
parent | 7w dpkg (diff) | |
download | stackrpms-37ce2e21db7c7282a69c261c5969e6c78819d9bd.tar.gz stackrpms-37ce2e21db7c7282a69c261c5969e6c78819d9bd.tar.bz2 stackrpms-37ce2e21db7c7282a69c261c5969e6c78819d9bd.zip |
Merge branch '7w-bump' into 'master'
add 7w game
See merge request bgstack15/stackrpms!51
Diffstat (limited to '7w/debian/7w.desktop')
-rw-r--r-- | 7w/debian/7w.desktop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/7w/debian/7w.desktop b/7w/debian/7w.desktop new file mode 100644 index 0000000..22daaef --- /dev/null +++ b/7w/debian/7w.desktop @@ -0,0 +1,14 @@ +#!/usr/bin/xdg-open +[Desktop Entry] +Name=7 Wonders +Exec=/usr/bin/7w +Type=Application +StartupNotify=true +Path=/usr/bin +Icon=7w +StartupWMClass=_7wonders +Comment=Drafting card game +Terminal=true +Categories=Game;BoardGame; +EOF + |