From 11ac6e51f3fcc3e6933e3aa969fb5179da9f345f Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 21 Sep 2021 15:46:39 +0200 Subject: [PATCH] desktop file added to install target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 56ffb33..e589331 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ $(ARCHIVE): install: $(ARCHIVE) tar -xf $(ARCHIVE) -C $(INSTALL_PATH) ln -s $(INSTALL_PATH)/waterfox/waterfox $(BIN_PATH)/$(EXEC) + cp waterfox.desktop /usr/share/applications/ uninstall: rm -rf $(INSTALL_PATH)/waterfox