desktop file added to install target

This commit is contained in:
ed barz 2021-09-21 15:46:39 +02:00
parent 032bfbb487
commit 11ac6e51f3
1 changed files with 1 additions and 0 deletions

View File

@ -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