fix selecting from search history and add icon to download notification

icon installed to $XDG_CONFIG_HOME/aniwrapper/
This commit is contained in:
ksyasuda
2021-12-30 11:57:53 -08:00
parent 5d0ddd59b0
commit ae66b83df2
3 changed files with 20 additions and 5 deletions

View File

@@ -16,5 +16,13 @@ uninstall:
$(RM) $(DESTDIR)$(PREFIX)/bin/ani-cli
$(RM) $(DESTDIR)$(PREFIX)/bin/aniwrapper
.PHONY: all install uninstall dev
reinstall:
$(RM) $(DESTDIR)$(PREFIX)/bin/ani-cli
$(RM) $(DESTDIR)$(PREFIX)/bin/aniwrapper
cp ani-cli $(DESTDIR)$(PREFIX)/bin/ani-cli
cp aniwrapper $(DESTDIR)$(PREFIX)/bin/aniwrapper
chmod 0755 $(DESTDIR)$(PREFIX)/bin/ani-cli
chmod 0755 $(DESTDIR)$(PREFIX)/bin/aniwrapper
.PHONY: all install uninstall dev reinstall