diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 14:08:40 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 14:08:40 +0200 |
| commit | bbd367858264ba9028d40d5769cf7a4f33ca4e3d (patch) | |
| tree | 6212f149f21981e12741e4463a8b02b0c69a383f /app | |
| parent | 2f73c37c90eb0e1fb00fd91f1873f50060300d54 (diff) | |
| download | turns-bbd367858264ba9028d40d5769cf7a4f33ca4e3d.tar.xz turns-bbd367858264ba9028d40d5769cf7a4f33ca4e3d.zip | |
app: fix desktop file
Diffstat (limited to 'app')
| -rw-r--r-- | app/desktop.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/desktop.in b/app/desktop.in index fac4b09..22d1f93 100644 --- a/app/desktop.in +++ b/app/desktop.in @@ -1,7 +1,9 @@ [Desktop Entry] Type=Application Name=Turns +Name[de]=Züge +GenericName=Turn Tracker Icon=ch.arknet.Turns StartupNotify=true Exec=@CMAKE_INSTALL_FULL_BINDIR@/turns -Categories=Games;Utility
\ No newline at end of file +Categories=Utility
\ No newline at end of file |
