chore: update makefile for patch 14 (systray actions)

This commit is contained in:
josselinonduty 2025-08-15 01:22:51 +02:00
parent ad14e0adfe
commit cf09ac9269
No known key found for this signature in database

View File

@ -51,6 +51,7 @@ prepare: clean install_build_deps
@echo "11 - Hide Application is offline banner (https://github.com/aunetx/deezer-linux/pull/124)" @echo "11 - Hide Application is offline banner (https://github.com/aunetx/deezer-linux/pull/124)"
@echo "12 - Disable animations (https://github.com/aunetx/deezer-linux/pull/133)" @echo "12 - Disable animations (https://github.com/aunetx/deezer-linux/pull/133)"
@echo "13 - Disable notifications (https://github.com/aunetx/deezer-linux/pull/151)" @echo "13 - Disable notifications (https://github.com/aunetx/deezer-linux/pull/151)"
@echo "14 - Make thumbar actions work (https://github.com/aunetx/deezer-linux/pull/153)"
@$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);) @$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);)