Skip to content

Commit

Permalink
chore: Update Makefile for gnome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jul 12, 2024
1 parent c4d9ddf commit 8f4ad9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extension/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install: $(NAME).zip
@touch ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
@rm -rf ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
@mv dist ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
@echo "Extension installed. Restart GNOME Shell with Alt+F2, then 'r'. Or login again."

clean:
@rm -rf dist node_modules $(NAME).zip
Expand Down

0 comments on commit 8f4ad9c

Please sign in to comment.