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.
12 lines
253 B
12 lines
253 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
|
||
10 years ago
|
Comment[fr]=Jeu de réflexion et de mathématique
|
||
11 years ago
|
Exec=2048-qt
|
||
|
Icon=2048-qt
|
||
|
Terminal=false
|
||
|
Type=Application
|
||
|
Categories=Game;Math;Qt;
|