Desktop file should be executable.

This commit is contained in:
Dianne Skoll
2024-02-29 13:08:49 -05:00
parent 06f8932efd
commit ee185a0eeb
2 changed files with 1 additions and 1 deletions

0
resources/tkremind.desktop Normal file → Executable file
View File

View File

@@ -66,7 +66,7 @@ install: all
-mkdir -p $(DESTDIR)$(prefix)/icons
-mkdir -p $(DESTDIR)$(prefix)/applications
$(INSTALL_DATA) $(srcdir)/../resources/tkremind.png $(DESTDIR)$(prefix)/icons
$(INSTALL_DATA) $(srcdir)/../resources/tkremind.desktop $(DESTDIR)$(prefix)/applications
$(INSTALL_PROGRAM) $(srcdir)/../resources/tkremind.desktop $(DESTDIR)$(prefix)/applications
-update-desktop-database < /dev/null > /dev/null 2>&1
install-stripped: install