You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
203 B
11 lines
203 B
11 years ago
|
#!/usr/bin/env xdg-open
|
||
|
[Desktop Entry]
|
||
|
Name=2048-Qt
|
||
|
GenericName=2048-Qt
|
||
|
Comment=The 2048 number game implemented in Qt
|
||
|
Exec=2048-qt
|
||
|
Icon=2048-qt
|
||
|
Terminal=false
|
||
|
Type=Application
|
||
|
Categories=Game;Math;Qt;
|