1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

chore: Makefile shouldnt build when installing

This commit is contained in:
bbedward
2026-03-13 13:36:44 -04:00
parent a58037b968
commit ce93f22669
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ install-desktop:
@update-desktop-database -q $(APPLICATIONS_DIR) 2>/dev/null || true
@echo "Desktop entry installed"
install: build install-bin install-shell install-completions install-systemd install-icon install-desktop
install: install-bin install-shell install-completions install-systemd install-icon install-desktop
@echo ""
@echo "Installation complete!"
@echo ""