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 0225e230a68c80efe7b6d82db62f08e8bc9b698f
Author: politebot <[email protected]>
AuthorDate: Sun Oct 12 09:07:32 2025 -0500
Revert "Remove extra data file installation"
This reverts commit 25ea67febebec54d527f36d93ffb4d158772d5cf.
---
Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index b95bf2e..1e6dd62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,7 @@
SUBDIRS = src data
+dist_pkgdata_DATA = \
+ data/eradio.desktop \
+ data/eradio.png
+
EXTRA_DIST = LICENSE README.md
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.