This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit 103154dcb8573f198193781a666905a9753b2749
Author: politebot <[email protected]>
AuthorDate: Sat Oct 11 10:23:50 2025 -0500
.desktop file updates
---
data/Makefile.am | 4 ++--
data/eradio.desktop | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/Makefile.am b/data/Makefile.am
index 13077c1..6d65f5e 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,5 @@
desktopdir = $(datadir)/applications
desktop_DATA = eradio.desktop
-svgdir = $(datadir)/pixmaps
-svg_DATA = eradio.png
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
+icons_DATA = eradio.png
diff --git a/data/eradio.desktop b/data/eradio.desktop
index 9826502..bc36940 100644
--- a/data/eradio.desktop
+++ b/data/eradio.desktop
@@ -5,4 +5,4 @@ Exec=eradio
Icon=eradio
Terminal=false
Type=Application
-Categories=Utility;
\ No newline at end of file
+Categories=Multimedia;
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.