11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
|
#!/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;
|