diff options
author | Przemyslaw <prymula76@outlook.com> | 2024-04-01 09:10:43 +0200 |
---|---|---|
committer | Przemyslaw <prymula76@outlook.com> | 2024-04-01 09:10:43 +0200 |
commit | 74a88f882ea83593d727e7031e20791349c013cd (patch) | |
tree | 52a6f3893db6bf3c34de11d1e692ad5957c7bcb3 /Jttt.desktop |
Diffstat (limited to 'Jttt.desktop')
-rw-r--r-- | Jttt.desktop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Jttt.desktop b/Jttt.desktop new file mode 100644 index 0000000..077fd33 --- /dev/null +++ b/Jttt.desktop @@ -0,0 +1,14 @@ +#!/usr/bin/env xdg-open + +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Categories=Gnome;Games; + +Name=Tic Tac Toe + +Exec=java -jar /usr/bin/Jttt.jar +Terminal=false +Icon=/usr/share/jttt/Jttt.png + +Name[pl_PL]=Kółko i Krzyżyk |