From dd485faf9e17800e5dc13d6453615ad6d8c69a6f Mon Sep 17 00:00:00 2001 From: William <31864305+baduhai@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:45:40 +0200 Subject: [PATCH] Updated as requested --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8fef39..cee1ebd 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ install: install gotify-dunst.conf $(DESTDIR)$(PREFIX)/lib/gotify-dunst/ # files in /usr/share + install -d $(DESTDIR)$(PREFIX)/share/applications install gotify-dunst.desktop $(DESTDIR)$(PREFIX)/share/applications install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/ install gotify-16.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/gotify.png @@ -21,4 +22,4 @@ install: install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/96x96/apps/ install gotify-96.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/96x96/apps/gotify.png install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/ - install gotify-128.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/gotify.png \ No newline at end of file + install gotify-128.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/gotify.png